-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Milestone
Description
Stylus allows you to put conditional comments in your css. We should allow developers to use this functionality to create:
- CSS based on distribution type for example include debug css for the
devdistribution so you can debug you CSS grids and styling for other debug markup that you might use. - CSS for different platforms. Allow css that is specifically build for mobile devices to share the same code base.
- Maybe some more use cases.