mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Remove unnecessary exports from sass/BUILD.bazel
I think these were just part of an unsuccessful experiment
Partially reverses cfb9ed267f
This commit is contained in:
parent
4a406192fa
commit
a9439eaf02
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