postcss-partial-import icon indicating copy to clipboard operation
postcss-partial-import copied to clipboard

Could we use url("/absolute/uri/path") on @import ?

Open deemstone opened this issue 8 years ago • 0 comments

We transform our grunt task from grunt-sass to precss, and this code work well before. @import url('/static/css/database.css?some_query'); Now we got this Error:

Error: ENOENT: no such file or directory, open '/static/css/database.css?some_query'

and that ?some_query is also a promblem.

In addition, how could use the newest version from npm ? we just got 1.3.0 from precss.

deemstone avatar Feb 27 '17 09:02 deemstone