I'm trying to use http://startbootstrap.com/stylish-portfolio in my rails app however I'm getting the following error in my stylish-portfolio.css.scss.erb file:
ActionView::Template::Error (Invalid CSS after "body ": expected selector or at-rule, was "{"
This is my css file:
@import 'bootstrap' /* Global Styles */ html, body { height: 100%; width: 100%; } .vert-text { display: table-cell; vertical-align: middle; text-align: center; } .vert-text h1 { padding: 0; margin: 0; font-size: 4.5em; font-weight: 700; }
...