html5-rails icon indicating copy to clipboard operation
html5-rails copied to clipboard

Fresh install fails with "ActionView::Template::Error (File to import not found or unreadable: variables."

Open contentfree opened this issue 13 years ago • 1 comments

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.

contentfree avatar Aug 31 '12 01:08 contentfree

To solve this issue I had to change all the @import 'x' to @import 'x.css.scss'

twreid avatar Jul 03 '13 03:07 twreid