Created
November 25, 2020 23:17
-
-
Save kenakingkong/d84f06dd0334cc6ef3f35707e4943bb0 to your computer and use it in GitHub Desktop.
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
// excerpt from src/scss/text.scss | |
... | |
.text { | |
&-purple { color: $purple } | |
&-regular { | |
font-family: $font-bowlby; | |
font-size: calc(18px + (26–14) * ((100vw - 300px) / (1600–300))); | |
padding: 0 1rem; | |
margin: 0; | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment