summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/highlighted/Sass/example.sass
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syntax-tests/highlighted/Sass/example.sass')
-rw-r--r--tests/syntax-tests/highlighted/Sass/example.sass36
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/syntax-tests/highlighted/Sass/example.sass b/tests/syntax-tests/highlighted/Sass/example.sass
index 845a2b94..89bcb0ca 100644
--- a/tests/syntax-tests/highlighted/Sass/example.sass
+++ b/tests/syntax-tests/highlighted/Sass/example.sass
@@ -1,22 +1,22 @@
@import "fonts"
$theme_dark: (
- "background-color": null
+ "background-color": null
)
$theme_main: (
- "text-size": 3em
+ "text-size": 3em
 "text-color": black
- "text-shadow": #36ad 0px 0px 3px
+ "text-shadow": #36ad 0px 0px 3px
 "card-background": #d6f
- "card-shadow": #11121212 0px 0px 2px 1px
- "card-padding": 1rem
- "card-margin": 0.5in
- "image-width": 600px
- "image-height": 100vh
+ "card-shadow": #11121212 0px 0px 2px 1px
+ "card-padding": 1rem
+ "card-margin": 0.5in
+ "image-width": 600px
+ "image-height": 100vh
 "background-color": #dedbef
 "i-ran-out-of-placeholders-for-units": (
- 1vw 100% 60pt
+ 1vw 100% 60pt
 )
)
@@ -49,12 +49,12 @@
 header[data-selectable="false"]
 -webkit-user-select: none
 -moz-user-select: none
- -ms-user-select: /* CSS comment */ none
- cursor: default !important // Sass comment
+ -ms-user-select: /* CSS comment */ none
+ cursor: default !important // Sass comment
 > div
- border: #04f 1px solid
+ border: #04f 1px solid
 &::after
 content: "Pseudo"
@@ -62,12 +62,12 @@
 box-sizing: border-box
@keyframes rotate
- 0%
- transform: rotate(0deg)
- 50%
- transform: rotate(180deg)
- 100%
- transform: rotate(0rad)
+ 0%
+ transform: rotate(0deg)
+ 50%
+ transform: rotate(180deg)
+ 100%
+ transform: rotate(0rad)
@font-face
 font-family: "Example Font"