BUILD.bazel (material2-7.3.2) | : | BUILD.bazel (material2-7.3.3) | ||
---|---|---|---|---|
skipping to change at line 127 | skipping to change at line 127 | |||
markdown_to_html( | markdown_to_html( | |||
name = "overview", | name = "overview", | |||
srcs = ["ripple/ripple.md"], | srcs = ["ripple/ripple.md"], | |||
) | ) | |||
filegroup( | filegroup( | |||
name = "source-files", | name = "source-files", | |||
srcs = glob(["**/*.ts"]), | srcs = glob(["**/*.ts"]), | |||
) | ) | |||
# Test theme used to ensure that our themes will compile using CSS variables in | ||||
the palettes. | ||||
sass_binary( | ||||
name = "test-css-variables-theme", | ||||
src = "theming/test-css-variables-theme.scss", | ||||
deps = [":all_themes"], | ||||
testonly = True | ||||
) | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |