CSS modules EVERYWHERE!

This commit is contained in:
Jeff Avallone
2018-02-13 18:15:18 -05:00
parent 6ab4978a03
commit 6b55f1ec72
3 changed files with 28 additions and 52 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ a {
color: inherit;
}
ul.inline {
ul:global(.inline) {
list-style: none;
margin: 0;
padding: 0;
@@ -28,7 +28,7 @@ ul.inline {
white-space: nowrap;
}
&.with-separator {
&:global(.with-separator) {
& li:after {
content: '//';
padding: 0 0.5rem;