diff options
Diffstat (limited to 'theme-compiler/tests/resources/scss/semicolons.scss')
-rw-r--r-- | theme-compiler/tests/resources/scss/semicolons.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/theme-compiler/tests/resources/scss/semicolons.scss b/theme-compiler/tests/resources/scss/semicolons.scss deleted file mode 100644 index a4a56043d5..0000000000 --- a/theme-compiler/tests/resources/scss/semicolons.scss +++ /dev/null @@ -1,9 +0,0 @@ -.all-the-properties { - font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; ; - position: absolute;; - overflow: hidden; -} -.missing-semicolon-on-last-row { - color: red; - background-color: blue -} |