mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -04:00
Replace dash with underscore for night_mode_lib
This commit is contained in:
parent
13970425bf
commit
214c585518
4 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@use "ts/sass/night-mode" as nightmode;
|
@use "ts/sass/night_mode" as nightmode;
|
||||||
@use "ts/sass/button_mixins" as button;
|
@use "ts/sass/button_mixins" as button;
|
||||||
|
|
||||||
.nightMode {
|
.nightMode {
|
||||||
|
|
|
@ -34,7 +34,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@use "ts/sass/night-mode" as nightmode;
|
@use "ts/sass/night_mode" as nightmode;
|
||||||
|
|
||||||
.nightMode {
|
.nightMode {
|
||||||
@include nightmode.input;
|
@include nightmode.input;
|
||||||
|
|
|
@ -34,7 +34,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@use "ts/sass/night-mode" as nightmode;
|
@use "ts/sass/night_mode" as nightmode;
|
||||||
|
|
||||||
.nightMode {
|
.nightMode {
|
||||||
@include nightmode.input;
|
@include nightmode.input;
|
||||||
|
|
|
@ -28,7 +28,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@use "ts/sass/night-mode" as nightmode;
|
@use "ts/sass/night_mode" as nightmode;
|
||||||
|
|
||||||
.nightMode {
|
.nightMode {
|
||||||
@include nightmode.input;
|
@include nightmode.input;
|
||||||
|
|
Loading…
Reference in a new issue