diff options
Diffstat (limited to 'theme-compiler/tests/resources/css/nesting.css')
-rw-r--r-- | theme-compiler/tests/resources/css/nesting.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/css/nesting.css b/theme-compiler/tests/resources/css/nesting.css index b3861a0131..e1cdf3a579 100644 --- a/theme-compiler/tests/resources/css/nesting.css +++ b/theme-compiler/tests/resources/css/nesting.css @@ -44,4 +44,12 @@ .main .second.third .fourth { color: black; +} + +.root .first-block .nested { + order: first; +} + +.root .last-block { + order: last; }
\ No newline at end of file |