summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/shared/test/doc_content_stylesheet_imported.css
blob: ea1a3d986bab4378cc4a1fc9aaf402e826f19422 (plain)
1
2
3
4
5
@import url("./doc_content_stylesheet_imported2.css");

#target {
  text-decoration: underline;
}