Skip to content

Instantly share code, notes, and snippets.

@starryeyez024
Created October 9, 2021 22:07
Show Gist options
  • Save starryeyez024/efc0bb160b4d8038ded4fe79e848d4c1 to your computer and use it in GitHub Desktop.
Save starryeyez024/efc0bb160b4d8038ded4fe79e848d4c1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.cont {
width: 500px;
display: grid;
grid-template-columns: 50px 1fr 2fr;
}
.foo {
display: block;
background: yellow;
border: red solid 1px;
}
<div class="cont">
<div class="foo">foo</div>
<div class="foo">foo</div>
<div class="foo">foo</div>
</div>
.cont {
width: 500px;
display: grid;
grid-template-columns: 50px 1fr 2fr;
}
.foo {
display: block;
background: yellow;
border: red solid 1px;
}
{
"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