Inside my application.css.scss
i have the following code
@import 'bourbon';
@import 'neat';
@import 'neat-helpers';
div.container {
@include outer-container;
}
however upon starting my rails app (i am using the better-errors gem) i get the following screen
removing both the @imports
works but then i get no css