search for: theme_main_color

Displaying 1 result from an estimated 1 matches for "theme_main_color".

2011 Sep 13
1
Dynamic css files using scss
I''m trying change the value of a scss variable dynamically using rails 3.1. For example: In a example.css.scss $main-color: red; body { background-color: $main-color; color: #333; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 18px; } And in the model user, I put the field color_prefered. And I want to change the value of a $main-color