Skip to content

Instantly share code, notes, and snippets.

@alexmwalker
Created March 17, 2023 00:24
Show Gist options
  • Select an option

  • Save alexmwalker/1b353f17f7b2d2006116e38cbe5a63c7 to your computer and use it in GitHub Desktop.

Select an option

Save alexmwalker/1b353f17f7b2d2006116e38cbe5a63c7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$categories: 'essentials', 'cost-of-living', 'bundles', 'high-impact';
@each $category in $categories {
.category-#{$category} {
font-size: 2;
height: 2;
width: 2;
}
}
.category-essentials {
font-size: 2;
height: 2;
width: 2;
}
.category-cost-of-living {
font-size: 2;
height: 2;
width: 2;
}
.category-bundles {
font-size: 2;
height: 2;
width: 2;
}
.category-high-impact {
font-size: 2;
height: 2;
width: 2;
}
{
"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