Skip to content

Instantly share code, notes, and snippets.

@tandavas
Created October 5, 2016 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tandavas/8d9ce4ba23d1411c50d5f4818e5f5145 to your computer and use it in GitHub Desktop.
Save tandavas/8d9ce4ba23d1411c50d5f4818e5f5145 to your computer and use it in GitHub Desktop.
How to manage all of your Sass base in Angular 2
// import all the Sass base
@import "reset";
@import "typography";
@import "forms";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment