Start using bourbon's fancy css mixins.
This commit is contained in:
parent
23cdb107b5
commit
7d23defa4b
4 changed files with 10 additions and 4 deletions
4
Gemfile
4
Gemfile
|
|
@ -4,6 +4,10 @@ source 'http://rubygems.org'
|
|||
gem 'rails', '3.2.3'
|
||||
|
||||
gem 'mysql2', '0.3.11'
|
||||
|
||||
# Bourbon: fancy css mixins – https://github.com/thoughtbot/bourbon
|
||||
gem 'bourbon', '1.4.0'
|
||||
|
||||
gem 'activeadmin', '0.4.0'
|
||||
|
||||
# https://github.com/plataformatec/devise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue