Skip to content

Instantly share code, notes, and snippets.

@nheinrich
Created August 25, 2011 21:03
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nheinrich/1171939 to your computer and use it in GitHub Desktop.
Save nheinrich/1171939 to your computer and use it in GitHub Desktop.
Using Sass & Compass in Rails 3.1

app/assets/stylesheets/application.css

/*
  *= require "application/all"
*/

app/assets/stylesheets/application/_all.sass

@import base/all
@import layout/all
@import patterns/all
@import views/all

Generic directory/file structure

pre styling, no patterns or views

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment