Created
October 8, 2022 19:35
-
-
Save cynthiateeters/35c9f3cff91834e04f9539d45f6d3b8b 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
| .poem { | |
| &__stanza { | |
| margin-block-end: 3rem; | |
| font-family: var(--font-serif); | |
| font-size: var(--font-size-3); | |
| line-height: var(--font-lineheight-3); | |
| &::first-letter { | |
| font-size: var(--font-size-4); | |
| font-weight: bold; | |
| color: var(--pink-5); | |
| letter-spacing: var(--font-letterspacing-3); | |
| } | |
| } | |
| } |
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
| .poem__stanza { | |
| margin-block-end: 3rem; | |
| font-family: var(--font-serif); | |
| font-size: var(--font-size-3); | |
| line-height: var(--font-lineheight-3); | |
| } | |
| .poem__stanza::first-letter { | |
| font-size: var(--font-size-4); | |
| font-weight: bold; | |
| color: var(--pink-5); | |
| letter-spacing: var(--font-letterspacing-3); | |
| } |
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