mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Use new bootstrap dep
This commit is contained in:
parent
53ae03becc
commit
d07086da19
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ compile_sass(
|
||||||
"bootstrap.scss",
|
"bootstrap.scss",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//ts/bootstrap:scss",
|
"//ts/sass/bootstrap",
|
||||||
"//ts/sass:button_mixins_lib",
|
"//ts/sass:button_mixins_lib",
|
||||||
],
|
],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
|
|
Loading…
Reference in a new issue