mediaelement_rails icon indicating copy to clipboard operation
mediaelement_rails copied to clipboard

SASS how to

Open abdul-shajin opened this issue 11 years ago • 2 comments

I am using application.css.scss in my rails application. so I can't require the file.so I used @import. The main js file imported successfully but the file in subfolder ('mediaelement_rails/mejs-skinsv') is not loading..Any remedy?

abdul-shajin avatar Jul 27 '13 10:07 abdul-shajin

Did you manage to find a solution? - I'm having the same problem

tetherit avatar Nov 10 '13 15:11 tetherit

try:

@import "mediaelement_rails.css"; @import "mediaelement_rails/mejs-skins.css";

janrenz avatar Apr 08 '14 15:04 janrenz