Created
November 23, 2017 14:53
-
-
Save kbariotis/14710444c3f00a5dc4e72748977affbe 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
@charset "UTF-8"; | |
$bootstrap-sass-asset-helper: true; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/variables"; | |
$font-size-base: 16px; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/mixins"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/normalize"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/print"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/glyphicons"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/scaffolding"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/type"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/code"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/forms"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/navbar"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/navs"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/component-animations"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/utilities"; | |
@import "~bootstrap-sass/assets/stylesheets/bootstrap/responsive-utilities"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment