summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/computed/test/doc_matched_selectors_imported_6.css
blob: 63b1cf0dc9372334c704addd35ca53d055742275 (plain)
1
2
3
4
5
6
7
#imported-layers {
  background-color: var(--imported-layers_in-nested-importedSecond);
}

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