-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
How about having something like conditional css code depending upon variable
@has_theme_support: true;
.awesome-class {
width: 100px;
height: 200px;
margin: 0 auto;
/* Adds theme support if @has_theme_support is 'true'; */
if( @has_theme_support ){
background: green;
color: yellow;
}
}aukgit, toastal, jslegers, uvraag and ramramiseven-phases-max
Metadata
Metadata
Assignees
Labels
No labels