opoloo / lines-engine

Lines is a customizable blog framework for Rails. It aims at making publishing simple and beautiful.
http://lines.opoloo.com
GNU Lesser General Public License v3.0
216 stars 102 forks source link

Sass::SyntaxError in Lines::Articles#index #28

Closed oomis closed 5 years ago

oomis commented 6 years ago

i followed the instruction in the documentation and unto running my server i received Sass::SyntaxError in Lines::Articles#index screenshot from 2018-10-20 21-50-27

i guess the sass file is not being recognised but i don't know how to fix it

fonemstr commented 5 years ago

You need to remove *=require tree . from your application.css file and require all css files individually. Then add the line @import "lines/application"; to application.css