Skip to content

Commit

Permalink
Removes remaining PostCSS references.
Browse files Browse the repository at this point in the history
Refs #46.

These are no longer used since the implementation has been completely swapped over to Parcel.
  • Loading branch information
dgp1130 committed Feb 18, 2023
1 parent 3cc94b6 commit f302628
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 2,001 deletions.
3 changes: 0 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,3 @@ load(
"browser_repositories",
)
browser_repositories(chromium = True)

load("@npm//@bazel/postcss:package.bzl", "rules_postcss_dependencies")
rules_postcss_dependencies()
3 changes: 0 additions & 3 deletions dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@npm//@bazel/postcss:package.bzl", "rules_postcss_dependencies")

def rules_prerender_dependencies():
"""Installs workspace-level dependencies for `rules_prerender`."""
if "build_bazel_rules_nodejs" not in native.existing_rules():
fail("`rules_prerender` requires `build_bazel_rules_nodejs` workspace to be installed under that name.")

rules_postcss_dependencies()

maybe(
http_archive,
name = "aspect_rules_js",
Expand Down
Loading

0 comments on commit f302628

Please sign in to comment.