Created
January 9, 2022 19:55
-
-
Save markadrake/00a7c284db1a82404bad1628ed4b3173 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains 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
.myUniqueClassName { | |
background: black; | |
color: white; | |
h1, h2, h3, h4, h5, h6, p, li, span, label { | |
font-size: 1rem; | |
} | |
} |
This file contains 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
.myUniqueClassName { | |
background: black; | |
color: white; | |
} | |
.myUniqueClassName h1, .myUniqueClassName h2, .myUniqueClassName h3, .myUniqueClassName h4, .myUniqueClassName h5, .myUniqueClassName h6, .myUniqueClassName p, .myUniqueClassName li, .myUniqueClassName span, .myUniqueClassName label { | |
font-size: 1rem; | |
} |
This file contains 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