summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/css/nesting.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/css/nesting.css')
-rw-r--r--theme-compiler/tests/resources/css/nesting.css55
1 files changed, 0 insertions, 55 deletions
diff --git a/theme-compiler/tests/resources/css/nesting.css b/theme-compiler/tests/resources/css/nesting.css
deleted file mode 100644
index e1cdf3a579..0000000000
--- a/theme-compiler/tests/resources/css/nesting.css
+++ /dev/null
@@ -1,55 +0,0 @@
-.top-bar {
- color: red;
-}
-
-.top-bar .alt {
- color: blue;
-}
-
-.menu {
- background-color: red;
-}
-
-.menu a {
- color: blue;
-}
-
-.caption {
- padding: 10px;
-}
-
-.caption .text, .caption .header {
- color: green;
-}
-
-.footer {
- padding: 10px;
-}
-
-.footer .left, .footer .right {
- color: purple;
-}
-
-.footer .left a, .footer .right a {
- color: orange;
-}
-
-.main {
- color: red;
-}
-
-.main .second.third {
- color: blue;
-}
-
-.main .second.third .fourth {
- color: black;
-}
-
-.root .first-block .nested {
- order: first;
-}
-
-.root .last-block {
- order: last;
-} \ No newline at end of file