Created
May 26, 2021 13:53
-
-
Save owrrpon/57f4e6dc4af8a91c5b37fee091eca709 to your computer and use it in GitHub Desktop.
adding scss structure to styles.scss
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
//importing variables | |
@import 'styles/variables'; | |
//importing base element styles | |
@import 'styles/base_elements'; | |
//importing module specific styles | |
@import 'styles/module_importer'; | |
//importing common utility styles | |
@import 'styles/global_styles'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment