Skip to content

Instantly share code, notes, and snippets.

@tandavas
Last active October 5, 2016 20:37
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/351b549e45dbcad694bd4a2d3459c9f4 to your computer and use it in GitHub Desktop.
Save tandavas/351b549e45dbcad694bd4a2d3459c9f4 to your computer and use it in GitHub Desktop.
How to manage all of your Sass abstracts in Angular 2
// import all the Sass abstracts
@import "variables";
@import "functions";
@import "mixins";
@import "placeholders";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment