Created
March 17, 2023 00:24
-
-
Save alexmwalker/1b353f17f7b2d2006116e38cbe5a63c7 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
| $categories: 'essentials', 'cost-of-living', 'bundles', 'high-impact'; | |
| @each $category in $categories { | |
| .category-#{$category} { | |
| font-size: 2; | |
| height: 2; | |
| width: 2; | |
| } | |
| } | |
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
| .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; | |
| } |
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