Skip to content

Instantly share code, notes, and snippets.

@owrrpon
Created May 26, 2021 13:53
Show Gist options
  • Save owrrpon/57f4e6dc4af8a91c5b37fee091eca709 to your computer and use it in GitHub Desktop.
Save owrrpon/57f4e6dc4af8a91c5b37fee091eca709 to your computer and use it in GitHub Desktop.
adding scss structure to styles.scss
//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