Use bootstrap types for editor-toolbar svelte_check

This commit is contained in:
Henrik Giesel 2021-04-15 15:51:56 +02:00
parent 5702b3c273
commit bd4fe7cc93

View file

@ -144,7 +144,7 @@ svelte_check(
]) + [ ]) + [
"//ts/sass:button_mixins_lib", "//ts/sass:button_mixins_lib",
"//ts/sass/bootstrap", "//ts/sass/bootstrap",
"@npm//bootstrap", "@npm//@types/bootstrap",
], ],
) )