Skip to content

Instantly share code, notes, and snippets.

@sandrods
Created June 25, 2021 15:37
Show Gist options
  • Save sandrods/9384ee7dfd2052da801e5390af2b3240 to your computer and use it in GitHub Desktop.
Save sandrods/9384ee7dfd2052da801e5390af2b3240 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
@each $h in (80, 85, 90, 95, 110, 120) {
.fs-#{$h} { font-size: $h * 1% }
}
.fs-80 {
font-size: 80%;
}
.fs-85 {
font-size: 85%;
}
.fs-90 {
font-size: 90%;
}
.fs-95 {
font-size: 95%;
}
.fs-110 {
font-size: 110%;
}
.fs-120 {
font-size: 120%;
}
{
"sass": {
"compiler": "Ruby Sass/3.7.4",
"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