Skip to content

Commit cfbae7e

Browse files
authored
Merge pull request #1971 from patternfly/docs/demo/compress-lightdom
docs(primary-detail): compress lightdom css
2 parents dbea3e3 + f3808c5 commit cfbae7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pfe-primary-detail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build": "run-s build:*",
2727
"build:clean": "npm run clean",
2828
"build:esbuild": "node ../../scripts/build.js --include pfe-primary-detail",
29-
"build:lightdom": "sass pfe-primary-detail--lightdom.scss pfe-primary-detail--lightdom.css --load-path=../../node_modules",
29+
"build:lightdom": "sass pfe-primary-detail--lightdom.scss pfe-primary-detail--lightdom.min.css --style=compressed --load-path=../../node_modules",
3030
"build:analyze": "npm run analyze",
3131
"build:types": "tsc -b .",
3232
"🧑‍🔬-----TEST-------🧑‍🔬": "❓ Test packages",

0 commit comments

Comments
 (0)