In my Rails 4 application, I have several SASS variables, such as:
$primary_color: #ec4158;
Is it possible to access this variable from the Rails class?
Thanks for any help.
I think you need to do it the other way around.