summaryrefslogtreecommitdiffstats
path: root/tests/sass/resources/scss/extends.scss
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sass/resources/scss/extends.scss')
-rw-r--r--tests/sass/resources/scss/extends.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/sass/resources/scss/extends.scss b/tests/sass/resources/scss/extends.scss
deleted file mode 100644
index c9e0f85381..0000000000
--- a/tests/sass/resources/scss/extends.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-.error {
- border: 1px #f00;
- background: #fdd;
-}
-.error.intrusion {
- font-size: 1.3em;
- font-weight: bold;
-}
-
-.badError {
- @extend .error;
- border-width: 3px;
-} \ No newline at end of file