New issue
Advanced search Search tips

Issue 602547 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 593270
Owner: ----
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

@apply rules should be visible in the inspector

Project Member Reported by timloh@chromium.org, Apr 12 2016

Issue description

We 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>
 

Comment 2 by timloh@chromium.org, Apr 13 2016

Mergedinto: 593270
Status: Duplicate (was: Available)

Sign in to add a comment