Created
May 6, 2019 14:10
-
-
Save starryeyez024/1f59d8cbd1472472bbd430203cc3adf3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or 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
<br/> | |
<div class="test"> | |
code | |
</div> |
This file contains hidden or 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 (vundefined) | |
// Compass (vundefined) | |
// dart-sass (v1.18.0) | |
// ---- | |
:root { | |
//--pfe-theme--font-family--code: "Andale Mono"; | |
} | |
.test { | |
font-family: var(--pfe-theme--font-family--code, '"Overpass Mono", Consolas, Monaco, Andale Mono, monospace'); | |
} |
This file contains hidden or 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
.test { | |
font-family: var(--pfe-theme--font-family--code, '"Overpass Mono", Consolas, Monaco, Andale Mono, monospace'); | |
} |
This file contains hidden or 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
<br/> | |
<div class="test"> | |
code | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment