Skip to content

Instantly share code, notes, and snippets.

@kashewnuts
Created January 14, 2023 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kashewnuts/4fdf266c992c4a6b7686e829d97c3122 to your computer and use it in GitHub Desktop.
Save kashewnuts/4fdf266c992c4a6b7686e829d97c3122 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$red: #ff1122;
#main {
witdh: 600px;
p {
margin: 0 0 1em;
em {
color: #f00;
}
}
.notesArea {
border: 1px soloid $red;
}
}
.notes {
color: $red;
}
#main {
witdh: 600px;
}
#main p {
margin: 0 0 1em;
}
#main p em {
color: #f00;
}
#main .notesArea {
border: 1px soloid #ff1122;
}
.notes {
color: #ff1122;
}
{
"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