-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
It would be great to have a way to delineate the different CSS modules / blocks -- e.g. in my case I often use BEM, creating a new file for each Block, which has a comment at the top, something like:
/*************************
MENU.CSS
*************************/
Using something like this (if it's present) to determine where one module / block ends and another begins would be very useful, say, by using a different background colour for each different block / module.
This would make it much easy to visually find specificity problems for particular blocks / modules.