scotch / angular-brunch-seed

AngularJS + Brunch
Other
228 stars 78 forks source link

Twitter bootstrap css should be "before" users own css #58

Closed vivainio closed 11 years ago

vivainio commented 11 years ago

Usually, people want their own css (app/styles/foobar.css) to override whatever was specified by twitter bootstrap (app.less).

This doesn't currently happen.

app.less should probably appear in stylesheets.order.before in config.coffee.