Skip to content

Instantly share code, notes, and snippets.

@johndjameson
Created May 25, 2023 20:59
Show Gist options
  • Save johndjameson/187a189b8d4608d22920b5466c1090e5 to your computer and use it in GitHub Desktop.
Save johndjameson/187a189b8d4608d22920b5466c1090e5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.example {
color: red;
html[data-theme='zappos-redesign'] & {
color: blue;
}
}
.example {
color: red;
}
html[data-theme=zappos-redesign] .example {
color: blue;
}
{
"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