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

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