1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-26 15:24:48 +02:00

ImportProcessor can handle URIs with query strings

Fixes #479
This commit is contained in:
Steve Clay
2017-04-03 16:50:53 -04:00
parent 62370404c8
commit e904f2e1ae
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
@import url(adjacent.css) screen;
@import url(adjacent.css?ver=1) screen;
@import "1/tv.css" tv, projection;
@import "../lib/css/example.css";
input foo { background: red url(/red.gif); }