twitter-bootswatch-rails

twitter-bootswatch-rails

安装

gem 'twitter-bootswatch-rails'
gem 'twitter-bootswatch-helpers'
rails g bootswatch:install [theme_name]
rails g bootswatch:import [theme_name]

免费使用的theme

配置

application.css中增加

*= require [theme_name]/loader
*= require [theme_name]/bootswatch

以上

你可能感兴趣的:(twitter-bootswatch-rails)