Skip to content

Instantly share code, notes, and snippets.

@josephfusco
Created March 31, 2022 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephfusco/857243520f42d4526fa4e7588353cb61 to your computer and use it in GitHub Desktop.
Save josephfusco/857243520f42d4526fa4e7588353cb61 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.container {
width: (10/12) * 100%;
}
.container {
width: percentage(10/12);
}
.container {
width: 83.3333333333%;
}
.container {
width: 83.3333333333%;
}
{
"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