Created
October 16, 2012 04:29
-
-
Save Ollo/3897240 to your computer and use it in GitHub Desktop.
base bootstrap less setup
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
/* my new bootstrap site */ | |
@import "../bootstrap/bootstrap.less"; | |
@import "../bootstrap/responsive.less"; | |
// import your unique less files as you build | |
@import "layout.less"; | |
@import "theme.less"; | |
@import "typography.less"; | |
@import "misc.less" // mixins etc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment