Skip to content

Instantly share code, notes, and snippets.

@tedw
Created April 1, 2021 18:29
Show Gist options
  • Save tedw/7955c341ad8563c6f0172f1c6768e8a3 to your computer and use it in GitHub Desktop.
Save tedw/7955c341ad8563c6f0172f1c6768e8a3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$foo: "foo";
$map: (
key: value,
text: "Lorem ipsum",
$foo: "bar",
color: #f00,
320px: 16px,
);
$test: (
320px: 16px,
skip 799px: 20px,
);
.test {
content: inspect($test);
}
.test {
content: (320px: 16px, skip 799px: 20px);
}
{
"sass": {
"compiler": "Ruby Sass/3.7.4",
"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