You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 dev distribution 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.
The text was updated successfully, but these errors were encountered:
Stylus allows you to put conditional comments in your css. We should allow developers to use this functionality to create:
dev
distribution so you can debug you CSS grids and styling for other debug markup that you might use.The text was updated successfully, but these errors were encountered: