scniro/gulp-clean-css

Broken @import

Closed this issue · 2 comments

when I have @import in css, this module broken :(

you want add support to this?

is css3 import (I believe), the doc of this feature, I found here https://developer.mozilla.org/pt-BR/docs/Web/CSS/@import

@import url(https://fonts.googleapis.com/css?family=Fira+Mono);

Can you clarify what you mean by broken? Can't see any issue here. I'd also suspect if there is indeed any issue, it'll be related to clean-css

Maybe it is related to this?

Issue 865 in clean-css