guybedford / require-css

A RequireJS CSS loader plugin to allow CSS requires and optimization
MIT License
982 stars 365 forks source link

Is it possible to set media type when I load css via require? #200

Open indapublic opened 9 years ago

indapublic commented 9 years ago

I need to load one css with media "print" and one css with media "screen"

Is it possible while using require-css?