bootstarp-sass

来源:互联网 发布:单片机的外部复位电路 编辑:程序博客网 时间:2024/06/07 05:01

Ruby on Rails ~~ bootstarp-sass


Gemfile

    gem 'bootstrap-sass', '~> 3.3.6'    gem 'sass-rails', '>= 3.2'

app/assets/stylesheets/application.css 修改为:app/assets/stylesheets/application.scss 

    // "bootstrap-sprockets" must be imported before "bootstrap" and "bootstrap/variables"    @import "bootstrap-sprockets";    @import "bootstrap";

app/assets/javascripts/application.js

    //= require jquery    //= require bootstrap-sprockets

Bootstrap for Sass (https://github.com/twbs/bootstrap-sass)


0 0
原创粉丝点击