Sha256: f9e6f1ee61371be8b6c8c5da3969b6ac85f0b9aec15c1a7d2adff53cab3a2caa
Contents?: true
Size: 1.08 KB
Versions: 9
Compression:
Stored size: 1.08 KB
Contents
@import "twitter/bootstrap/bootstrap"; body { padding-top: 60px; } @import "twitter/bootstrap/responsive"; // Set the correct sprite paths @iconSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings.png'); @iconWhiteSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings-white.png'); // Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines) @fontAwesomeEotPath: asset-path('fontawesome-webfont.eot'); @fontAwesomeWoffPath: asset-path('fontawesome-webfont.woff'); @fontAwesomeTtfPath: asset-path('fontawesome-webfont.ttf'); @fontAwesomeSvgzPath: asset-path('fontawesome-webfont.svgz'); @fontAwesomeSvgPath: asset-path('fontawesome-webfont.svg'); // Font Awesome @import "fontawesome"; // 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/less.html for their names and documentation // // Example: // @linkColor: #ff0000;
Version data entries
9 entries across 9 versions & 4 rubygems