Hello ,
I am having an rails application,in which I need a css file in such a way that its property can be changed by ruby code. ex. background_color :<%= ruby code that return background color %>
So a user can set its css property and will be applicable to only that user like a theme.
Thanks!