Skip to content

Commit

Permalink
deps: Switch docz-plugin-css implementation
Browse files Browse the repository at this point in the history
The current version of docz-plugin-css uses node-sass v4, which is
incompatible to node v16+.

Given that pi-ui does not use any sass files, this commit switches the
docz-plugin-css dependency to a forked version which drops node-sass and
is thus compatible to node v16+.
  • Loading branch information
matheusd committed Feb 16, 2022
1 parent 20770c6 commit 4611cfb
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 2,853 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cross-env": "^7.0.3",
"docz": "^1.2.0",
"docz-core": "^1.2.0",
"docz-plugin-css": "^0.11.0",
"docz-plugin-css": "https://github.com/matheusd/docz-plugin-css",
"docz-theme-default": "^1.2.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
Loading

0 comments on commit 4611cfb

Please sign in to comment.