CSS / LESS support
Order may sometimes be significant in CSS, but that's pretty rare in practice, I think. (Unlike F# and SQL, where order is very significant, and for which traditional differs may be better for.)
139
votes
Brian Lalonde
shared this idea
-
Anonymous commented
Well, I don't think it's that rare. It's quite easy to selectors of the same weight (official term is "specificity") - even if they read very different. Therefore it's IMHO quite important for a "semantic parser" to maintain the order, if it's part of semantics. See: https://specificity.keegan.st/