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

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