thoughtbot / bourbon

A Lightweight Sass Tool Set
https://www.bourbon.io/
MIT License
9.09k stars 878 forks source link

First line of base/_grid_settings.scss #467

Closed russweas closed 10 years ago

russweas commented 10 years ago

You need to change the first line of _grid_settings.scss to @import '../neat/neat-helpers'; or you get a nasty error. Thank you guys so much for making such an awesome tool!

tysongach commented 10 years ago

Is the _grid-settings.scss you’re speaking of the one that is part of Bitters?

If so, there is a comment on that line explaining that if you are not in a Rails app, then yes, you need to change the import. We default to working within a Rails app, so @import 'neat-helpers'; is the right way to go.