ChristianPeters / crispy-grid

A Compass-based Grid that strives for lean & sane CSS and supports complex layouts
MIT License
10 stars 2 forks source link

crispy-grid 0.2.0 not compatible with compass 0.12.rc.1 #3

Closed baschtl closed 12 years ago

baschtl commented 12 years ago

Getting a Loading failed error when importing crispy-grid via '@import crispy-grid' when using compass 0.12.rc.1. Downgrading to compass 0.12.alpha.0 fixes this.

ChristianPeters commented 12 years ago

Thanks for reporting, I will have a look at this within the next few days.

ChristianPeters commented 12 years ago

I don't think this is a problem of crispy-grid.

When I update my Rails 3.1 test app to compass 0.12.rc.1, I also get e.g. File to import not found or unreadable: compass/reset.

Are you using Rails? Then you have to install the compass-rails gem since compass 0.12, see https://github.com/Compass/compass-rails/blob/stable/README.md

See this compass issue: https://github.com/chriseppstein/compass/issues/692