We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020e600 commit 77d9684Copy full SHA for 77d9684
.changeset/brave-feet-sing.md
@@ -0,0 +1,5 @@
1
+---
2
+"@patternfly/pfe-card": patch
3
4
+
5
+build pfe-card's light dom CSS during the `build` command
elements/pfe-card/package.json
@@ -27,6 +27,7 @@
27
"build:clean": "npm run clean",
28
"build:esbuild": "node ../../scripts/build.js --include pfe-card",
29
"build:analyze": "npm run analyze",
30
+ "build:lightdom": "sass pfe-card--lightdom.scss pfe-card--lightdom.css --load-path=../../node_modules",
31
"build:types": "tsc -b .",
32
"🧑🔬-----TEST-------🧑🔬": "❓ Test packages",
33
"test": "wtr --files './test/*.spec.ts' --config ../../web-test-runner.config.js",
0 commit comments