Skip to content

Instantly share code, notes, and snippets.

@skflowne
Last active August 23, 2022 03:37
Show Gist options
  • Save skflowne/089f4a47a75bd584cd99be2ebe728f34 to your computer and use it in GitHub Desktop.
Save skflowne/089f4a47a75bd584cd99be2ebe728f34 to your computer and use it in GitHub Desktop.
Svelte SCSS example
<div>
<p>Test SCSS</p>
</div>
<style lang="scss">
div {
p {
color: red;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment