Skip to content

Commit

Permalink
replace package css with @adobe/css-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofFredriksson committed Sep 22, 2024
1 parent 3eff079 commit 3e4c290
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 46 deletions.
53 changes: 9 additions & 44 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"package.json": "npx sort-package-json -c"
},
"dependencies": {
"css": "^3.0.0"
"@adobe/css-tools": "^4.4.0"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const css = require("css");
const css = require("@adobe/css-tools");

/**
* @param {*} String CSS source
Expand Down

0 comments on commit 3e4c290

Please sign in to comment.