Created
September 5, 2016 09:47
-
-
Save tomasfejfar/70fb9f24f302055ea694f7ccb829074c to your computer and use it in GitHub Desktop.
Simple theme to test why styles are not applied
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
| body { | |
| background-color: red !important; | |
| } |
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
| core: 8.x | |
| name: New | |
| package: Custom | |
| type: theme | |
| libraries: | |
| - new/global |
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
| global: | |
| css: | |
| base: | |
| - css/style.css: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment