mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Remove unnecessary exports from sass/BUILD.bazel
I think these were just part of an unsuccessful experiment
Partially reverses fb26361274
This commit is contained in:
parent
2629240272
commit
d055bfa3c7
1 changed files with 2 additions and 2 deletions
|
|
@ -45,6 +45,6 @@ sass_library(
|
|||
|
||||
# qt package extracts colours from source file
|
||||
exports_files(
|
||||
["_vars.scss"] + glob(["*.scss"], exclude = ["_*.scss"]),
|
||||
visibility = ["//qt:__subpackages__", "//ts:__subpackages__"],
|
||||
["_vars.scss"],
|
||||
visibility = ["//qt:__subpackages__"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue