Generated by SassMeister.com.
h2 { | |
:global([data-theme="fancy"]) :global([[data-color="pineapple"]]) & :global(em) { | |
display: none; | |
} | |
} |
:global([data-theme="fancy"]) :global([[data-color="pineapple"]]) h2 :global(em) { | |
display: none; | |
} |
{ | |
"sass": { | |
"compiler": "dart-sass/1.26.11", | |
"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