Skip to content

Commit

Permalink
Also add Bootstrap buttons.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Apr 14, 2021
1 parent 385b9a5 commit 9222df1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ts/editor-toolbar/BUILD.bazel
Expand Up @@ -20,7 +20,7 @@ compile_sass(
srcs = [
"color.scss",
"legacy.scss",
"dropdown.scss",
"bootstrap.scss",
],
deps = [],
visibility = ["//visibility:public"],
Expand Down
@@ -1,4 +1,5 @@
@import "ts/node_modules/bootstrap/scss/functions";
@import "ts/node_modules/bootstrap/scss/variables";
@import "ts/node_modules/bootstrap/scss/mixins";
@import "ts/node_modules/bootstrap/scss/buttons";
@import "ts/node_modules/bootstrap/scss/dropdown";
2 changes: 1 addition & 1 deletion ts/editor-toolbar/index.ts
Expand Up @@ -12,7 +12,7 @@ import EditorToolbarSvelte from "./EditorToolbar.svelte";
import { checkNightMode } from "anki/nightmode";
import { setupI18n, ModuleName } from "anki/i18n";

import "./dropdown.css";
import "./bootstrap.css";

import { getNotetypeGroup } from "./notetype";
import { getFormatGroup } from "./format";
Expand Down

0 comments on commit 9222df1

Please sign in to comment.