Last 12 weeks · 0 commits
1 of 6 standards met
A great part of Rework/Styl is being able to extend it through plugins. While this is possible programically you can't use the same method from the command line. This would allow you to specify plugins to use in a file. That gives you an easy spot to edit them and allows you to manage them in version control. Being a Javascript file, it also allows you a place to initialize and configure them.
Repository: tj/styl. Description: Flexible and fast modular CSS preprocessor built on top of Rework Stars: 530, Forks: 21. Primary language: JavaScript. Languages: JavaScript (95.8%), CSS (3.5%), HTML (0.5%), Makefile (0.2%). Open PRs: 0, open issues: 14. Last activity: 10y ago. Community health: 28%. Top contributors: tj, matthewmueller, timaschew, ForbesLindesay, kimjoar, coreh, vendethiel, tomByrer.
Could you please help me to find a way for scoping variables for a file We have huge project with many component and any component have own local var name and i really need to scope theme I use stylus and want to migrate to styl or scss Scss can handle this few feature but migration is hard Please tell me is this feature possible or not Thank you in advance
Having an option to add plugins would be great (similar to component-build)