Last active
August 29, 2015 14:07
-
-
Save raphaelsaunier/4caf6e82586be5c17e35 to your computer and use it in GitHub Desktop.
Fat-free Bootstrap 3
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
// Core variables and mixins | |
@import "bootstrap/variables"; | |
@import "bootstrap/mixins"; | |
// Reset and dependencies | |
@import "bootstrap/normalize"; | |
// Core CSS | |
@import "bootstrap/scaffolding"; | |
@import "bootstrap/grid"; | |
// Utility classes | |
@import "bootstrap/utilities"; | |
@import "bootstrap/responsive-utilities"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment