File tree Expand file tree Collapse file tree 1 file changed +53
-10
lines changed
Expand file tree Collapse file tree 1 file changed +53
-10
lines changed Original file line number Diff line number Diff line change 123123}
124124
125125.class {
126- background-image : /*webpackIgnore: true*/ image-set (
127- url(./url/img.png) 2x ,
128- url(./ url/img.png) 3x ,
129- url(./ url/img.png) 4x
130- );
126+ /*webpackIgnore: true*/
127+ background-image :
128+ image-set (
129+ /*webpackIgnore: false*/
130+ url(./url/img.png) 2x ,
131+ /*webpackIgnore: true*/
132+ url(./ url/img.png) 3x ,
133+ url(./ url/img.png) 4x ,
134+ /*webpackIgnore: false */
135+ /*webpackIgnore: true */
136+ url(./ url/img.png) 5x
137+ ),
138+ url ('./url/img.png' );
131139}
132140
133141.class {
134- background-image : /*webpackIgnore: true*/ image-set (
135- url(./url/img.png) 2x ,
136- url(./ url/img.png) 3x ,
137- url(./ url/img.png) 4x
138- ), url ('./url/img.png' );
142+ background-image :
143+ image-set (
144+ /*webpackIgnore: false*/
145+ url(./url/img.png) 2x ,
146+ /*webpackIgnore: true*/
147+ url(./ url/img.png) 3x ,
148+ url(./ url/img.png) 4x ,
149+ /*webpackIgnore: false */
150+ /*webpackIgnore: true */
151+ url(./ url/img.png) 5x
152+ ),
153+ /*webpackIgnore: false*/
154+ url ('./url/img.png' ),
155+ /*webpackIgnore: true*/
156+ url ('./url/img.png' );;
157+ }
158+
159+ .class {
160+ background-image :
161+ image-set (
162+ /*webpackIgnore: false*/
163+ url(./url/img.png) 2x ,
164+ /*webpackIgnore: true*/
165+ url(./ url/img.png) 3x ,
166+ url(./ url/img.png) 4x ,
167+ /*webpackIgnore: false */
168+ /*webpackIgnore: true */
169+ url(./ url/img.png) 5x
170+ ),
171+ url ('./url/img.png' );
139172}
140173
141174.class {
169202 url(./ url/img.png) 4x ,
170203 url(./ url/img.png) 5x
171204 );
205+ }
206+
207+ .class {
208+ color : red;
209+ background : url ("./url/img.png" ), /** webpackIgnore: true */ url ("./url/img.png" );
210+ }
211+
212+ .class {
213+ color : red;
214+ background : url ("./url/img.png" )/** webpackIgnore: true */ , url ("./url/img.png" );
172215}
You can’t perform that action at this time.
0 commit comments