Displaying 1 result from an estimated 1 matches for "krainboltgreen".
Did you mean:
  krainboltgreene
  
2011 Jun 16
0
Rails 3.1, SASS, @import, and directories
...photographs/
        index.css.sass
And the contents of app/assets/stylesheets/photographs/index.css.sass is:
@import "../extras/mixins", "../extras/variables"
I get the following error:
File to import not found or unreadable: extras/mixins.
Load path: .
  (in /Users/krainboltgreene/repo/ruby/rails/dice-envy/app/assets/stylesheets/reviews/new.css.sass.erb)
Now, here''s the thing, with this structure:
app/
  assets/
    stylesheets/
      extras/
        _mixins.sass
        _variables.sass
      photographs.css.sass
And the contents of app/assets/stylesheets/phot...