Skip to content

Instantly share code, notes, and snippets.

@kenakingkong
Created November 25, 2020 23:17
Show Gist options
  • Save kenakingkong/d84f06dd0334cc6ef3f35707e4943bb0 to your computer and use it in GitHub Desktop.
Save kenakingkong/d84f06dd0334cc6ef3f35707e4943bb0 to your computer and use it in GitHub Desktop.
// 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