Skip to content

Instantly share code, notes, and snippets.

@sandrods
Created June 25, 2021 15:06
Show Gist options
  • Save sandrods/a06cb59ea3f5e9cd449fc449e8cd6fc4 to your computer and use it in GitHub Desktop.
Save sandrods/a06cb59ea3f5e9cd449fc449e8cd6fc4 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
@each $w in (300, 400, 500, 600, 700, 800) {
.fw-#{$w} { font-weight: #{$w} !important }
}
@each $h in (80, 85, 90, 95, 110, 120) {
.fs-#{$h} { font-size: #{$h}% !important }
}
.fw-300 {
font-weight: 300 !important;
}
.fw-400 {
font-weight: 400 !important;
}
.fw-500 {
font-weight: 500 !important;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fw-800 {
font-weight: 800 !important;
}
{
"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