Created
July 5, 2021 14:42
-
-
Save alpipego/b7ab5b4a0515ba2a2b72e667f74633e8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[data-key="\\"] { | |
color: red; | |
} | |
[data-key=\\] { | |
color: red; | |
} | |
[data-key="test"] { | |
color: red; | |
} | |
a[href="https://css-tricks.com"] { | |
color: #E18728; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[data-key=\] { | |
color: red; | |
} | |
[data-key=\\] { | |
color: red; | |
} | |
[data-key=test] { | |
color: red; | |
} | |
a[href="https://css-tricks.com"] { | |
color: #E18728; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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