Issue metadata
Sign in to add a comment
|
@apply rules should be visible in the inspector |
||||||||||||||||||||||||
Issue descriptionWe recently implemented @apply rules (see bug 586974 ). However these are currently not visible in the inspector, so you can't really tell where @apply'd styles are coming from. <style> :root { --box: { width: 100px; height: 100px; background: green; }; } div { @apply --box; } </style> <div></div>
,
Apr 13 2016
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by l446240525@gmail.com
, Apr 13 2016