Created
June 26, 2015 04:10
-
-
Save nhattan/f2e0010894b5e219518f to your computer and use it in GitHub Desktop.
bootstrap_and_overrides.css.less
This file contains hidden or 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
@import "twitter/bootstrap/bootstrap"; | |
// Set the correct sprite paths | |
@iconSpritePath: image-url("twitter/bootstrap/glyphicons-halflings.png"); | |
@iconWhiteSpritePath: image-url("twitter/bootstrap/glyphicons-halflings-white.png"); | |
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines) | |
@fontAwesomeEotPath: font-url("fontawesome-webfont.eot"); | |
@fontAwesomeEotPath_iefix: font-url("fontawesome-webfont.eot?#iefix"); | |
@fontAwesomeWoffPath: font-url("fontawesome-webfont.woff"); | |
@fontAwesomeTtfPath: font-url("fontawesome-webfont.ttf"); | |
@fontAwesomeSvgPath: font-url("fontawesome-webfont.svg#fontawesomeregular"); | |
// Font Awesome | |
@import "fontawesome/font-awesome"; | |
// Glyphicons | |
@import "twitter/bootstrap/glyphicons.less"; | |
// Your custom LESS stylesheets goes here | |
// | |
// Since bootstrap was imported above you have access to its mixins which | |
// you may use and inherit here | |
// | |
// If you'd like to override bootstrap's own variables, you can do so here as well | |
// See http://twitter.github.com/bootstrap/customize.html#variables for their names and documentation | |
// | |
// Example: | |
// @link-color: #ff0000; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment