anki/ts/deckconfig/deckconfig-base.scss

16 lines
363 B
SCSS
Raw Normal View History

@use "ts/sass/scrollbar";
@use "ts/sass/core";
@import "ts/bootstrap/functions";
@import "ts/bootstrap/variables";
@import "ts/bootstrap/mixins";
@import "ts/bootstrap/helpers";
@import "ts/bootstrap/dropdown";
@import "ts/bootstrap/forms";
@import "ts/bootstrap/buttons";
@import "ts/bootstrap/button-group";
.night-mode {
@include scrollbar.night-mode;
}