Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Updated README for SASS/Compass. #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,16 @@ Add the following line to the top of your <tt>application.css</tt> file:

Make sure you've already downloaded and installed Formtastic!

### Extra Configuration for SASS / compass_twitter_bootstrap

Add the following lines to <tt>config/application.rb</tt>

# config/application.rb
class Application < Rails::Application
config.sass.load_paths <<
(Gem.loaded_specs['formtastic-bootstrap'].full_gem_path +
"/vendor/assets/stylesheets")

## Formtastic vs. Formtastic Bootstrap


Expand Down