Skip to content

Instantly share code, notes, and snippets.

@aolko
Created August 5, 2023 16:18
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 aolko/161e64410239ef6cc4205d3448688e67 to your computer and use it in GitHub Desktop.
Save aolko/161e64410239ef6cc4205d3448688e67 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$breakpoints: (phone: 320px, tablet: 768px, desktop: 1024px);
@container foo (<= #{map-get($breakpoints,"phone")}){
}
@container foo (<= 320px) {}
{
"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