--
You received this message because you are subscribed to the Google Groups "Sass" group.
To post to this group, send email to sass...@googlegroups.com.
To unsubscribe from this group, send email to sass-lang+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sass-lang?hl=en.
Chris
Hunt & pecked on my iPhone... Sorry if it's brief!
The problem is that there's no good way of keeping the ordering of the files consistent; since CSS is an order-dependent language
No, this is something we've consciously avoided doing. The problem is that there's no good way of keeping the ordering of the files consistent; since CSS is an order-dependent language, this means that the styles would be able to change in confusing and hard-to-track-down ways.
The popularity of the SMACCS, OOCSS, and BEM CSS methodologies have made this argument pretty much irrelevant, unless the primary goal is preventing extremely inexperienced CSS developers from confusing themselves.If your project's CSS is truly modular, and mine usually is these days, "@import "modules/*" isn't going to cause a single problem, because the compiled source order is irrelevant.For projects with dozens and dozens of imported files, the lack of built-in globbing is a pretty huge hassle.
--
You received this message because you are subscribed to the Google Groups "Sass" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sass-lang+...@googlegroups.com.
Visit this group at http://groups.google.com/group/sass-lang?hl=en.For more options, visit https://groups.google.com/groups/opt_out.