We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inspect
1 parent 2da92d7 commit ad83303Copy full SHA for ad83303
spec/core_functions/inspect.hrx
@@ -364,6 +364,26 @@ a {
364
type: string;
365
}
366
367
+<===>
368
+================================================================================
369
+<===> list/nested/options.yml
370
+---
371
+:todo:
372
+- libsass # sass/libsass#2654
373
+
374
+<===> list/nested/input.scss
375
+a {
376
+ $a: inspect([() (())]);
377
+ a: $a;
378
+ b: type-of($a);
379
+}
380
381
+<===> list/nested/output.css
382
383
+ a: [() ()];
384
+ b: string;
385
386
387
<===>
388
================================================================================
389
<===> map/input.scss
0 commit comments