Created
June 4, 2014 22:14
-
-
Save elisechant/8ff84c3401b5077626a6 to your computer and use it in GitHub Desktop.
Sass Theme partials
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
@import "partials/ads"; | |
html.dark { @include dark-theme; } | |
html.light { @include light-theme; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment