Bump assets/syntaxes/02_Extra/SCSS_Sass from `63819a1` to `d3d9404` (#1766)

* Bump assets/syntaxes/02_Extra/SCSS_Sass from `63819a1` to `d3d9404`

Bumps [assets/syntaxes/02_Extra/SCSS_Sass](https://github.com/braver/SublimeSass) from `63819a1` to `d3d9404`.
- [Release notes](https://github.com/braver/SublimeSass/releases)
- [Commits](63819a1ab6...d3d9404640)

---
updated-dependencies:
- dependency-name: assets/syntaxes/02_Extra/SCSS_Sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update regression test and add CHANGELOG.md entry

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Nordholts <enselic@gmail.com>
This commit is contained in:
dependabot[bot] 2021-12-12 18:58:30 +01:00 committed by GitHub
parent 84a15f0b6e
commit ee1f5a9e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 35 deletions

View File

@ -41,6 +41,7 @@
- MediaWiki, see #1925 (@sorairolake) - MediaWiki, see #1925 (@sorairolake)
- The `requirements.txt` syntax has been removed due to incompatible license requirements. - The `requirements.txt` syntax has been removed due to incompatible license requirements.
- Dart, new highlighter, see #1959 (@Ersikan) - Dart, new highlighter, see #1959 (@Ersikan)
- SCSS and Sass syntaxes updated, see #1766 (@Enselic)
## New themes ## New themes

@ -1 +1 @@
Subproject commit 63819a1ab6b2075360933b2cfe41b416de0e3c26 Subproject commit d3d94046409db6fbbc9d51dea52b589ecc9d3d48

View File

@ -1,20 +1,20 @@
@import 'fonts'; @import 'fonts';
$theme_dark: ( $theme_dark: (
 "background-color": null,  "background-color": null,
); );
$theme_main: ( $theme_main: (
 "text-size": 3em,  "text-size": 3em,
 "text-color": black,  "text-color": black,
 "text-shadow": #36ad 0px 0px 3px,  "text-shadow": #36ad 0px 0px 3px,
 "card-background": #d6f,  "card-background": #d6f,
 "card-shadow": #11121212 0px 0px 2px 1px,  "card-shadow": #11121212 0px 0px 2px 1px,
 "card-padding": 1rem,  "card-padding": 1rem,
 "card-margin": 0.5in,  "card-margin": 0.5in,
 "image-width": 600px,  "image-width": 600px,
 "image-height": 100vh,  "image-height": 100vh,
 "background-color": #dedbef,  "background-color": #dedbef,
 "i-ran-out-of-placeholders-for-units": (1vw 100% 60pt),  "i-ran-out-of-placeholders-for-units": (1vw 100% 60pt),
); );
$current_theme: $theme_main; $current_theme: $theme_main;
@ -51,12 +51,12 @@
 header[data-selectable="false"] {  header[data-selectable="false"] {
 -webkit-user-select: none;  -webkit-user-select: none;
 -moz-user-select: none;  -moz-user-select: none;
 -ms-user-select: /* CSS comment */ none;  -ms-user-select: /* CSS comment */ none;
 cursor: default !important; // SCSS comment  cursor: default !important; // SCSS comment
 }  }
   
 > div {  > div {
 border: #04f 1px solid;  border: #04f 1px solid;
   
 &::after {  &::after {
 content: 'Pseudo';  content: 'Pseudo';
@ -67,12 +67,12 @@
} }
@keyframes rotate { @keyframes rotate {
 0% {  0% {
 transform: rotate(0deg);  transform: rotate(0deg);
 }  }
 50% {  50% {
 transform: rotate(180deg)}  transform: rotate(180deg)}
 100% {transform: rotate(0rad);}  100% {transform: rotate(0rad);}
} }
@font-face { @font-face {

View File

@ -1,22 +1,22 @@
@import "fonts" @import "fonts"
$theme_dark: ( $theme_dark: (
 "background-color": null  "background-color": null
) )
$theme_main: ( $theme_main: (
 "text-size": 3em  "text-size": 3em
 "text-color": black  "text-color": black
 "text-shadow": #36ad 0px 0px 3px  "text-shadow": #36ad 0px 0px 3px
 "card-background": #d6f  "card-background": #d6f
 "card-shadow": #11121212 0px 0px 2px 1px  "card-shadow": #11121212 0px 0px 2px 1px
 "card-padding": 1rem  "card-padding": 1rem
 "card-margin": 0.5in  "card-margin": 0.5in
 "image-width": 600px  "image-width": 600px
 "image-height": 100vh  "image-height": 100vh
 "background-color": #dedbef  "background-color": #dedbef
 "i-ran-out-of-placeholders-for-units": (  "i-ran-out-of-placeholders-for-units": (
 1vw 100% 60pt  1vw 100% 60pt
 )  )
) )
@ -49,12 +49,12 @@
 header[data-selectable="false"]  header[data-selectable="false"]
 -webkit-user-select: none  -webkit-user-select: none
 -moz-user-select: none  -moz-user-select: none
 -ms-user-select: /* CSS comment */ none  -ms-user-select: /* CSS comment */ none
 cursor: default !important // Sass comment  cursor: default !important // Sass comment
 > div  > div
 border: #04f 1px solid  border: #04f 1px solid
 &::after  &::after
 content: "Pseudo"  content: "Pseudo"
@ -62,12 +62,12 @@
 box-sizing: border-box  box-sizing: border-box
@keyframes rotate @keyframes rotate
 0%  0%
 transform: rotate(0deg)  transform: rotate(0deg)
 50%  50%
 transform: rotate(180deg)  transform: rotate(180deg)
 100%  100%
 transform: rotate(0rad)  transform: rotate(0rad)
@font-face @font-face
 font-family: "Example Font"  font-family: "Example Font"