I'm writing a Rails gem for my app. In this gem I have a CSS file. And everything works fine. But I want to be able to overload this file in my Rails app. Like this, my App will use the custom version of my CSS file.
Is it possible ?
Thank you in advance!