summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/computed/test/doc_matched_selectors_imported_5.css
blob: 26fb567293c9406538155a64a8d887bd2e2c50ff (plain)
1
2
3
4
5
6
7
8
9
10
@import url(./doc_matched_selectors_imported_6.css) layer(importedSecond);

#imported-layers {
  --imported-layers_in-anonymous-second: var(--winning-color);
  background-color: var(--imported-layers_in-anonymous-second);
}

#all-important-imported-layers {
  background-color: var(--all-important-imported-layers_in-anonymous-second-important) !important;
}