rstacruz / rscss

Reasonable System for CSS Stylesheet Structure
https://ricostacruz.com/rscss
3.91k stars 176 forks source link

CSS Structure: About glob matching for Less #53

Closed mrmlnc closed 8 years ago

mrmlnc commented 8 years ago

Chapter: https://github.com/rstacruz/rscss/blob/master/docs/css-structure.md#use-glob-matching

Maybe add information about Less?

https://github.com/just-boris/less-plugin-glob

rstacruz commented 8 years ago

Neat! If we include that though, it'd only be fair to add in the other ways to do it in other languages:

Probably deserves an appendix page instead.

(On that note, I've no idea how it can be done with node-Sass, haha)

On Thu, Aug 11, 2016, 12:45 AM Denis Malinochkin notifications@github.com wrote:

Chapter: https://github.com/rstacruz/rscss/blob/master/docs/css-structure.md#use-glob-matching

Maybe add information about Less?

https://github.com/just-boris/less-plugin-glob

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rstacruz/rscss/issues/53, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEikdOdSMjHU8QVnIFW60P0Jz62Cqxnks5qegA7gaJpZM4JhWDP .

mrmlnc commented 8 years ago

For node-sass - https://github.com/lucasmotta/sass-glob-importer or https://npms.io/search?term=sass+glob (i use gulp-sass-glob)

Sounds rational. I close this issue.