mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -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>
|
||||
|
||||
<style lang="scss">
|
||||
@use "ts/sass/night-mode" as nightmode;
|
||||
@use "ts/sass/night_mode" as nightmode;
|
||||
@use "ts/sass/button_mixins" as button;
|
||||
|
||||
.nightMode {
|
||||
|
|
|
@ -34,7 +34,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
/>
|
||||
|
||||
<style lang="scss">
|
||||
@use "ts/sass/night-mode" as nightmode;
|
||||
@use "ts/sass/night_mode" as nightmode;
|
||||
|
||||
.nightMode {
|
||||
@include nightmode.input;
|
||||
|
|
|
@ -34,7 +34,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
/>
|
||||
|
||||
<style lang="scss">
|
||||
@use "ts/sass/night-mode" as nightmode;
|
||||
@use "ts/sass/night_mode" as nightmode;
|
||||
|
||||
.nightMode {
|
||||
@include nightmode.input;
|
||||
|
|
|
@ -28,7 +28,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
/>
|
||||
|
||||
<style lang="scss">
|
||||
@use "ts/sass/night-mode" as nightmode;
|
||||
@use "ts/sass/night_mode" as nightmode;
|
||||
|
||||
.nightMode {
|
||||
@include nightmode.input;
|
||||
|
|
Loading…
Reference in a new issue