Skip to content

Instantly share code, notes, and snippets.

@spazione
Created February 23, 2022 21:52
Show Gist options
  • Save spazione/b61e75122a3474aa973fdea68d7c49e3 to your computer and use it in GitHub Desktop.
Save spazione/b61e75122a3474aa973fdea68d7c49e3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.o-layout {
&-three-columns {
width: 33.333%;
float: left;
}
}
.layout-potatos {
&-three-columns {
@extend .o-layout-three-columns;
}
}
.o-layout-three-columns, .layout-potatos-three-columns {
width: 33.333%;
float: left;
}
{
"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