Skip to content

Instantly share code, notes, and snippets.

@ffoodd
Created May 7, 2021 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ffoodd/df60bfff4413c2b7aeed3c8a1bcec266 to your computer and use it in GitHub Desktop.
Save ffoodd/df60bfff4413c2b7aeed3c8a1bcec266 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$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; }
.list-group-inside {
color: #0d6efd;
}
.list-group-outside {
color: #0d6efd;
}
{
"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