File tree Expand file tree Collapse file tree 2 files changed +84
-11
lines changed Expand file tree Collapse file tree 2 files changed +84
-11
lines changed Original file line number Diff line number Diff line change 14
14
--round-block : (1 , 2 , 3 );
15
15
16
16
--empty : ;
17
+ --empty2 : /**/ ;
18
+ --empty3 : !important ;
19
+ --empty4 : /**/ !important ;
17
20
18
21
--bracket-block : {1, 2, 3};
19
22
- - JSON: [1, "2" , {"three" : {"a" : 1}}, [4]];
Original file line number Diff line number Diff line change 258
258
},
259
259
{
260
260
"raws" : {
261
- "before" : " \n\n " ,
262
- "between" : " : "
261
+ "before" : " \n " ,
262
+ "between" : " :"
263
+ },
264
+ "type" : " decl" ,
265
+ "source" : {
266
+ "start" : {
267
+ "line" : 17 ,
268
+ "column" : 3
269
+ },
270
+ "input" : {
271
+ "file" : " custom-properties.css"
272
+ },
273
+ "end" : {
274
+ "line" : 17 ,
275
+ "column" : 17
276
+ }
277
+ },
278
+ "prop" : " --empty2" ,
279
+ "value" : " /**/"
280
+ },
281
+ {
282
+ "raws" : {
283
+ "before" : " \n " ,
284
+ "between" : " :" ,
285
+ "important" : " !important"
263
286
},
264
287
"type" : " decl" ,
265
288
"source" : {
272
295
},
273
296
"end" : {
274
297
"line" : 18 ,
298
+ "column" : 23
299
+ }
300
+ },
301
+ "prop" : " --empty3" ,
302
+ "important" : true ,
303
+ "value" : " "
304
+ },
305
+ {
306
+ "raws" : {
307
+ "before" : " \n " ,
308
+ "between" : " :" ,
309
+ "important" : " !important"
310
+ },
311
+ "type" : " decl" ,
312
+ "source" : {
313
+ "start" : {
314
+ "line" : 19 ,
315
+ "column" : 3
316
+ },
317
+ "input" : {
318
+ "file" : " custom-properties.css"
319
+ },
320
+ "end" : {
321
+ "line" : 19 ,
322
+ "column" : 27
323
+ }
324
+ },
325
+ "prop" : " --empty4" ,
326
+ "important" : true ,
327
+ "value" : " /**/ "
328
+ },
329
+ {
330
+ "raws" : {
331
+ "before" : " \n\n " ,
332
+ "between" : " : "
333
+ },
334
+ "type" : " decl" ,
335
+ "source" : {
336
+ "start" : {
337
+ "line" : 21 ,
338
+ "column" : 3
339
+ },
340
+ "input" : {
341
+ "file" : " custom-properties.css"
342
+ },
343
+ "end" : {
344
+ "line" : 21 ,
275
345
"column" : 29
276
346
}
277
347
},
286
356
"type" : " decl" ,
287
357
"source" : {
288
358
"start" : {
289
- "line" : 19 ,
359
+ "line" : 22 ,
290
360
"column" : 3
291
361
},
292
362
"input" : {
293
363
"file" : " custom-properties.css"
294
364
},
295
365
"end" : {
296
- "line" : 19 ,
366
+ "line" : 22 ,
297
367
"column" : 44
298
368
}
299
369
},
308
378
"type" : " decl" ,
309
379
"source" : {
310
380
"start" : {
311
- "line" : 20 ,
381
+ "line" : 23 ,
312
382
"column" : 3
313
383
},
314
384
"input" : {
315
385
"file" : " custom-properties.css"
316
386
},
317
387
"end" : {
318
- "line" : 20 ,
388
+ "line" : 23 ,
319
389
"column" : 53
320
390
}
321
391
},
332
402
"file" : " custom-properties.css"
333
403
},
334
404
"end" : {
335
- "line" : 21 ,
405
+ "line" : 24 ,
336
406
"column" : 1
337
407
}
338
408
},
355
425
"type" : " decl" ,
356
426
"source" : {
357
427
"start" : {
358
- "line" : 23 ,
428
+ "line" : 26 ,
359
429
"column" : 7
360
430
},
361
431
"input" : {
362
432
"file" : " custom-properties.css"
363
433
},
364
434
"end" : {
365
- "line" : 23 ,
435
+ "line" : 26 ,
366
436
"column" : 11
367
437
}
368
438
},
372
442
],
373
443
"source" : {
374
444
"start" : {
375
- "line" : 23 ,
445
+ "line" : 26 ,
376
446
"column" : 1
377
447
},
378
448
"input" : {
379
449
"file" : " custom-properties.css"
380
450
},
381
451
"end" : {
382
- "line" : 23 ,
452
+ "line" : 26 ,
383
453
"column" : 12
384
454
}
385
455
},
You can’t perform that action at this time.
0 commit comments