Skip to content

Commit

Permalink
Merge pull request #1971 from patternfly/docs/demo/compress-lightdom
Browse files Browse the repository at this point in the history
docs(primary-detail): compress lightdom css
  • Loading branch information
zeroedin authored Mar 28, 2022
2 parents dbea3e3 + f3808c5 commit cfbae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/pfe-primary-detail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build": "run-s build:*",
"build:clean": "npm run clean",
"build:esbuild": "node ../../scripts/build.js --include pfe-primary-detail",
"build:lightdom": "sass pfe-primary-detail--lightdom.scss pfe-primary-detail--lightdom.css --load-path=../../node_modules",
"build:lightdom": "sass pfe-primary-detail--lightdom.scss pfe-primary-detail--lightdom.min.css --style=compressed --load-path=../../node_modules",
"build:analyze": "npm run analyze",
"build:types": "tsc -b .",
"🧑‍🔬-----TEST-------🧑‍🔬": "❓ Test packages",
Expand Down

0 comments on commit cfbae7e

Please sign in to comment.