Last active
May 17, 2020 15:47
-
-
Save Wildhammer/b25a0f1ee708abfe96a962facd8c14e1 to your computer and use it in GitHub Desktop.
This file contains 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
/* This is to be imported in the consumer project */ | |
@import "~bootstrap/scss/functions"; | |
@import "~bootstrap/scss/variables"; | |
@import "variables"; | |
@import "~bootstrap/scss/bootstrap"; | |
// everything till here is for overriding bootstrap breakpoints | |
@import "common"; | |
/* Things like typograpohy, theming usually follow up | |
in a shared library like this | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment