SpinaCMS / Spina

Spina CMS
http://www.spinacms.com
Other
2.19k stars 405 forks source link

Sass error when trying to load `/admin/login` #108

Closed liamgriffiths closed 8 years ago

liamgriffiths commented 8 years ago
Sass::SyntaxError at /admin/login
".new_document .customfile:after" failed to @extend ".fa-refresh".
No selectors matching ".fa-refresh" could be unified with ".new_document .customfile:after".
Use "@extend .fa-refresh !optional" if the extend should be able to fail.

Is there a recommended version of Sass to include? (I currently have sass-rails version 5.0.1 intalled)

HintikkaKimmo commented 8 years ago

I get the same error

Bramjetten commented 8 years ago

Could you try with the latest release of spina 0.8.3 and spina-template 0.3.3? Should be fine with sass-rails ~> 5.0.

lilfaf commented 8 years ago

Confirmed ! Updating to the latest spina and spina-template versions resolves the issue :+1: