summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/computed/test/doc_matched_selectors_imported_3.css
blob: 1139d7e107c63547d048a177e6d9ff21ac54b062 (plain)
1
2
3
4
5
6
7
8
#imported-layers {
  background-color: var(--imported-layers_in-importedFirst-second);
}

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