Created
January 14, 2023 04:21
-
-
Save kashewnuts/4fdf266c992c4a6b7686e829d97c3122 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
$red: #ff1122; | |
#main { | |
witdh: 600px; | |
p { | |
margin: 0 0 1em; | |
em { | |
color: #f00; | |
} | |
} | |
.notesArea { | |
border: 1px soloid $red; | |
} | |
} | |
.notes { | |
color: $red; | |
} | |
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
#main { | |
witdh: 600px; | |
} | |
#main p { | |
margin: 0 0 1em; | |
} | |
#main p em { | |
color: #f00; | |
} | |
#main .notesArea { | |
border: 1px soloid #ff1122; | |
} | |
.notes { | |
color: #ff1122; | |
} |
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