html5-rails
html5-rails copied to clipboard
Fresh install fails with "ActionView::Template::Error (File to import not found or unreadable: variables."
With html5-rails 0.0.5, a fresh install results in the error ActionView::Template::Error (File to import not found or unreadable: variables.
Renaming the file app/assets/styles/_variables.css.scss to variables.css.scss does not correct the problem.
To solve this issue I had to change all the @import 'x' to @import 'x.css.scss'