Sha256: 52d97bd7a4646251b2c9149bf1fe2f67e516e2fbb88dc783522918b8a4c29fee

Contents?: true

Size: 1.26 KB

Versions: 5

Compression:

Stored size: 1.26 KB

Contents

@import "twitter/bootstrap/bootstrap";
@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)
// Note: If you use asset_path() here, your compiled bootstrap_and_overrides.css will not
//       have the proper paths. So for now we use the absolute path.
@fontAwesomeEotPath: asset-path("fontawesome-webfont.eot?v=3.0.2");
@fontAwesomeEotPath_iefix: asset-path("fontawesome-webfont.eot?#iefix&v=3.0.2");
@fontAwesomeWoffPath: asset-path("fontawesome-webfont.woff?v=3.0.2");
@fontAwesomeTtfPath: asset-path("fontawesome-webfont.ttf?v=3.0.2");

// Font Awesome
@import "fontawesome";

// 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

5 entries across 5 versions & 1 rubygems

Version Path
twitter-bootstrap-rails-2.2.6 lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less
twitter-bootstrap-rails-2.2.5 lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less
twitter-bootstrap-rails-2.2.4 lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less
twitter-bootstrap-rails-2.2.3 lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less
twitter-bootstrap-rails-2.2.1 lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less