Marsel
Marsel
https://stackoverflow.com/questions/41501951/is-there-a-way-to-trigger-an-error-in-stylus-when-missing-a-variable
It seems I have found out why stylus do this behaviour ``` red = #000 div color red // if no variable 'red' then stylus will do nothing and we...
But in this case: ``` div color $red ``` Stylus could throw error that 'red' variable is undefined We have hundreds stylus files in project, and after some refactoring of...
Hello! We use symfony + react + webpack and I want to share our solutions with you. About css modules in react components and twig: 1. For example you have...
Yes, of course, thanks But I want to talk about twig extension more