Skip to content

Commit

Permalink
update branch, update lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Sep 20, 2023
1 parent fdffc7f commit 0379e9d
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 2 deletions.
315 changes: 313 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"gen:shadowdom": "cd build && node props \"\" false \":host\" \"shadow\"",
"gen:prefixed": "cd build && node props.js \"op\" true",
"gen:types": "tsc -p tsconfig.json",
"lightning": "lightningcss --bundle --custom-media --minify -t 'last 2 versions' src/index.css -o open-props.⚡️.min.css",
"lib:all": "postcss src/index.css -o open-props.min.css",
"lib:normalize": "postcss src/extra/normalize.css -o normalize.min.css && node ./build/extras.js",
"lib:normalize:light": "postcss src/extra/normalize.light.css -o normalize.light.min.css",
Expand Down Expand Up @@ -314,6 +315,7 @@
"concurrently": "^7.2.2",
"cssnano": "^5.1.10",
"json": "^11.0.0",
"lightningcss-cli": "^1.22.0",
"open-color": "^1.9.1",
"postcss": "^8.3.9",
"postcss-cli": "^8.3.1",
Expand Down

0 comments on commit 0379e9d

Please sign in to comment.