Skip to content

Commit

Permalink
chore: remove unwanted package
Browse files Browse the repository at this point in the history
  • Loading branch information
sectsect committed Aug 7, 2024
1 parent c7e8850 commit a5443e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"postcss": "^8.4.41",
"postcss-calc": "^10.0.1",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-hexrgba": "^2.1.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
Expand Down
2 changes: 0 additions & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const pxtorem = require('postcss-pxtorem')({
});
const postcssCalc = require('postcss-calc');
const postcssHexrgba = require('postcss-hexrgba');
const postcssFlexbugsFixes = require('postcss-flexbugs-fixes');
const postcssReporter = require('postcss-reporter')({
positionless: 'last',
});
Expand All @@ -39,7 +38,6 @@ module.exports = {
pxtorem,
postcssCalc,
postcssHexrgba,
postcssFlexbugsFixes,
postcssReporter,
],
};

0 comments on commit a5443e6

Please sign in to comment.