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

Initial setup is broken #22

Closed scott closed 5 years ago

scott commented 6 years ago

Looks like a great gem, but the initial setup into a new app does not work. Instead, upon running the install script, and trying to browse the blog, we get the following error:

Showing /Users/scott/Workspace/blog/app/views/lines/articles/index.html.erb where line #2 raised:
Undefined variable: "$max-width".

Apparently the variables set in application.scss are not available to article.scss etc. and that is causing the issue.

20 has a fix that solved this.

thej commented 5 years ago

Duplicate of #20