Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ rules_browsers_setup_2()

git_repository(
name = "rules_sass",
commit = "a32f75ce6fa0c5370bd3f29a5306478c681ad124",
commit = "3cd198e291caf21ba8f7105d53963dd3df62ef6d",
remote = "https://github.com/devversion/rules_sass.git",
)

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"@bazel/buildifier": "6.1.2",
"@bazel/ibazel": "^0.25.0",
"@bazel/runfiles": "5.8.1",
"@bazel/worker": "^5.8.1",
"@firebase/app-types": "^0.7.0",
"@material/material-color-utilities": "^0.3.0",
"@octokit/rest": "18.3.5",
Expand Down
15 changes: 0 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions tools/sass/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,31 +1,15 @@
load("@aspect_rules_js//js:defs.bzl", "js_binary")
load("//tools:defaults2.bzl", "ts_project")

package(default_visibility = ["//visibility:public"])

ts_project(
name = "sass_lib",
srcs = [
"compiler-main.ts",
"local-sass-importer.ts",
],
tsconfig = "//tools:tsconfig",
deps = [
"//:node_modules/@bazel/worker",
"//:node_modules/@types/node",
"//:node_modules/@types/yargs",
"//:node_modules/sass",
"//:node_modules/yargs",
],
)

js_binary(
name = "compiler",
data = [":sass_lib"],
entry_point = "compiler-main.js",
env = {
# TODO(devversion): Replace `rules_sass` with modernized standalone ruleset.
# e.g. https://github.com/devversion/rules_sass.
"BAZEL_BINDIR": ".",
},
)
72 changes: 0 additions & 72 deletions tools/sass/compiler-main.ts

This file was deleted.

Loading