Created
August 12, 2015 02:54
-
-
Save greaterweb/79a9fe70ba15aa202071 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
<article class="wk-document"> | |
<p>Testing</p> | |
</article> | |
<article typeof="pci-core:BibliographicResource"> | |
<p>Testing</p> | |
</article> |
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 (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
$selector-name: '.wk-document'; | |
article#{$selector-name} { | |
color: #000; | |
font-style: italic; | |
} | |
$selector-name: '[typeof="pci-core:BibliographicResource"]'; | |
article#{$selector-name} { | |
color: #333; | |
font-weight: bold; | |
} |
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
article.wk-document { | |
color: #000; | |
font-style: italic; | |
} | |
article[typeof="pci-core:BibliographicResource"] { | |
color: #333; | |
font-weight: bold; | |
} |
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
<article class="wk-document"> | |
<p>Testing</p> | |
</article> | |
<article typeof="pci-core:BibliographicResource"> | |
<p>Testing</p> | |
</article> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment