Created
May 7, 2021 09:19
-
-
Save ffoodd/df60bfff4413c2b7aeed3c8a1bcec266 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$theme-colors: ( | |
"primary": #0d6efd | |
); | |
$list-group-color: #911; | |
@each $state, $value in $theme-colors { | |
$list-group-color: $value; | |
.list-group-inside { color: $list-group-color; } | |
} | |
.list-group-outside { color: $list-group-color; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.list-group-inside { | |
color: #0d6efd; | |
} | |
.list-group-outside { | |
color: #0d6efd; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sass": { | |
"compiler": "dart-sass/1.32.12", | |
"extensions": {}, | |
"syntax": "SCSS", | |
"outputStyle": "expanded" | |
}, | |
"autoprefixer": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment