Sha256: 192cf7bcbb8243fb8ed6e4c2c32e338b962cbcbfa61a4b6762e6abee73501e64
Contents?: true
Size: 1.65 KB
Versions: 3
Compression:
Stored size: 1.65 KB
Contents
//= depend_on_asset "glyphicons-halflings-regular.eot" //= depend_on_asset "glyphicons-halflings-regular.woff" //= depend_on_asset "glyphicons-halflings-regular.ttf" //= depend_on_asset "glyphicons-halflings-regular.svg" //= depend_on_asset "twitter/bootstrap/glyphicons-halflings.png" //= depend_on_asset "twitter/bootstrap/glyphicons-halflings-white.png" //= depend_on_asset "fontawesome-webfont.eot" //= depend_on_asset "fontawesome-webfont.woff" //= depend_on_asset "fontawesome-webfont.ttf" //= depend_on_asset "fontawesome-webfont.svg" @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: asset-url("fontawesome-webfont.eot"); @fontAwesomeEotPath_iefix: asset-url("fontawesome-webfont.eot?#iefix"); @fontAwesomeWoffPath: asset-url("fontawesome-webfont.woff"); @fontAwesomeTtfPath: asset-url("fontawesome-webfont.ttf"); @fontAwesomeSvgPath: asset-url("fontawesome-webfont.svg#fontawesomeregular"); // Font Awesome @import "fontawesome/font-awesome"; // Glyphicons //@import "twitter/bootstrap/sprites.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: // @linkColor: #ff0000;
Version data entries
3 entries across 3 versions & 1 rubygems