Created
December 10, 2016 18:52
-
-
Save gkatsanos/20f0def4280b89915f854e06bb9b2ecd 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
// your variables file - here you can override bootstrap variables as well as create your own | |
@import "variables.scss"; | |
// the bootstrap source | |
@import "bootstrap-custom"; | |
@import "base/responsive_mixin"; | |
@import "base/button"; | |
@import "base/panels"; | |
@import "base/helpers"; | |
@import "base/form"; | |
@import "base/layout"; | |
@import "base/fonticon"; | |
@import "base/typography"; | |
@import "base/misc"; | |
@import "base/tabs"; | |
@import "base/popovers"; | |
@import "components/footer"; | |
@import "components/header"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment