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