Skip to content

Instantly share code, notes, and snippets.

@krstivoja
Created May 24, 2021 19:31
Show Gist options
  • Save krstivoja/e0156489f260e01779b070e4a1b8ca9d to your computer and use it in GitHub Desktop.
Save krstivoja/e0156489f260e01779b070e4a1b8ca9d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.col{
width: 100%;
}
.col--1-2{
@extend .col;
max-width: 50%;
}
.col--1-3{
@extend .col;
max-width: 33.333%;
}
.col, .col--1-3, .col--1-2 {
width: 100%;
}
.col--1-2 {
max-width: 50%;
}
.col--1-3 {
max-width: 33.333%;
}
{
"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