Skip to content

Instantly share code, notes, and snippets.

@spazione
Created March 9, 2022 14:11
Show Gist options
  • Save spazione/9cd0c86de1c8beaa5db72915e50e3f7d to your computer and use it in GitHub Desktop.
Save spazione/9cd0c86de1c8beaa5db72915e50e3f7d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$icons: (
--1: --a,
--2: --b,
--3: --c
);
.colors {
@each $name, $glyph in $icons {
#{$name}: #{$glyph};
}
}
.colors {
--1: --a;
--2: --b;
--3: --c;
}
{
"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