kasparsd / minit

A WordPress plugin to combine CSS and Javascript files.
GNU General Public License v2.0
286 stars 46 forks source link

`[at]import` Fix #67

Closed sidati closed 8 years ago

sidati commented 8 years ago

Injecting the @import stylesheets content after check if its REAL CSS file, if its not, in case of dynamic stylesheet; like google fonts @import url('//fonts.googleapis.com/css?family=Open+Sans:400,300');, this code moves the imports to the beginning of the combined code.