Emanuel Achirei
Results
2
issues of
Emanuel Achirei
## Issue Creation Checklist - [X] I understand that my issue will be automatically closed if I don't fill in the requested information - [X] I have read the [contribution...
type: bug
type: typescript
Reproduction: Folder sass_test, containing empty files A.scss and B.scss. ``` load("@io_bazel_rules_sass//:defs.bzl", "multi_sass_binary") SHARED_COMPONENTS = [ "B.*" ] print(glob(["*.scss"], exclude = SHARED_COMPONENTS)) multi_sass_binary( name = "A", srcs = glob(["*.scss"], exclude =...