mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00

* First attempt at adding a directory for icons under //ts * Fix image import * Fix import order * Add cloze button group * Fix issue with toolbar.toolbar dynamically slottable * Change tooltip for repeating cloze deletion * Fix repeat cloze button not working on macOS (dae)
9 lines
180 B
Text
9 lines
180 B
Text
load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
|
|
|
|
js_library(
|
|
name = "icons",
|
|
srcs = glob([
|
|
"*.svg",
|
|
]),
|
|
visibility = ["//visibility:public"],
|
|
)
|