Currently in the CSS processor, the regexp that moves the :vars block to the top and converts it only occurs on one instance. With handling @import, it would be great to be able to specify multiple :vars blocks and have them merged. Not sure what should be done about conflicts, though
Currently in the CSS processor, the regexp that moves the
:varsblock to the top and converts it only occurs on one instance. With handling@import, it would be great to be able to specify multiple:varsblocks and have them merged. Not sure what should be done about conflicts, though