tobsch / mediaelement_rails

An easy as hell mediaelementjs rails integration for asset pipeline enabled apps...
MIT License
106 stars 49 forks source link

SASS how to #21

Open abdul-shajin opened 11 years ago

abdul-shajin commented 11 years ago

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?

tetherit commented 10 years ago

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

janrenz commented 10 years ago

try:

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