Sha256: b8cf5f28c096c4dad666e77582903d983bfa3bcd59adcf91d052957e6644b962
Contents?: true
Size: 1.31 KB
Versions: 2
Compression:
Stored size: 1.31 KB
Contents
/* Bootstrap This line imports bootstrap, modified to use glyphicons from Cloudflare CDN. */ @import "bootstrap"; /* Glyphicons - included by default in bootstrap. If for any reason you prefer to have them as part of the asset pipeline, uncomment this. If you choose to use this, open config/initializers/assets.rb (rails 4) and add this line: Rails.application.config.assets.precompile += %w( *.eot *.woff *.ttf *.svg ) */ // @import "glyphicons"; /* FontAwesome is hosted via CDN as well. If you prefer to have them included in the asset pipeline, comment this out and see the next section. */ @import 'fontawesome'; /* Font Awesome If for some reason you want fontawesome as part of the asset pipeline, comment out the above refererence and uncomment the following lines. If you choose to use this, open config/initializers/assets.rb (rails 4) and add this line: Rails.application.config.assets.precompile += %w( *.eot *.woff *.ttf *.svg ) */ //@import 'fontawesome-local'; //If you want exotic placement features, animations, and more, import this: @import "railsstrap"; /* Date and Time Picker (https://github.com/toadkicker/railsstrap/wiki/Date-and-Time-Picker) To enable the date and time picker, uncomment this line: Don't forget to include the javascript library as well. */ //@import "datepicker/datepicker";
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railsstrap-3.3.4 | lib/generators/railsstrap/install/templates/bootstrap_and_overrides.less |
railsstrap-3.3.2 | lib/generators/railsstrap/install/templates/bootstrap_and_overrides.less |