diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/extend-in-nested-block.scss')
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/extend-in-nested-block.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/extend-in-nested-block.scss b/theme-compiler/tests/resources/automatic/scss/extend-in-nested-block.scss deleted file mode 100644 index d62ead937e..0000000000 --- a/theme-compiler/tests/resources/automatic/scss/extend-in-nested-block.scss +++ /dev/null @@ -1,11 +0,0 @@ -.test{ - .error { - border: 1px #f00; - background-color: #fdd; - } - - .seriousError { - @extend .error; - border-width: 3px; - } -}
\ No newline at end of file |