Last active
January 29, 2019 12:42
-
-
Save shhdharmen/6ce724d9a3217c3df7ddf003d67c2647 to your computer and use it in GitHub Desktop.
container for component themes
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 custom componenet themes | |
// unofficial naming convention to support nice ordering of files in IDE | |
// to see theme under the original style file of the componenent | |
// you only have to add additional componenets here (instead of in every theme class) | |
@mixin custom-components-theme($theme) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment