From e97a2d04911e6cca73b0e0cce7c97b8dd5a72c83 Mon Sep 17 00:00:00 2001 From: Yuhei Yasuda Date: Wed, 31 Jul 2024 15:32:44 +0900 Subject: [PATCH] uninstall postcss-dark-theme-class --- package-lock.json | 26 -------------------------- package.json | 1 - postcss.config.js | 6 ------ 3 files changed, 33 deletions(-) delete mode 100644 postcss.config.js diff --git a/package-lock.json b/package-lock.json index daa3437..72991c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,6 @@ "eslint-plugin-tailwindcss": "3.17.4", "mdast-util-to-string": "4.0.0", "patch-package": "8.0.0", - "postcss-dark-theme-class": "1.3.0", "prettier": "3.3.3", "prettier-plugin-astro": "0.14.1", "prettier-plugin-css-order": "2.1.2", @@ -9505,31 +9504,6 @@ "node": "^10 || ^12 || >=14" } }, - "node_modules/postcss-dark-theme-class": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.3.0.tgz", - "integrity": "sha512-prap+7LDzkWUzf8yciQsZdPi+Fm0k699KBCubLu6n9P5HCTyKCpxRJILPhs/L9m5JLTA/7xrICApse+nk5Qkmw==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "postcss": "^8.2.14" - } - }, "node_modules/postcss-import": { "version": "15.1.0", "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", diff --git a/package.json b/package.json index 7f1c4c3..f320978 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "eslint-plugin-tailwindcss": "3.17.4", "mdast-util-to-string": "4.0.0", "patch-package": "8.0.0", - "postcss-dark-theme-class": "1.3.0", "prettier": "3.3.3", "prettier-plugin-astro": "0.14.1", "prettier-plugin-css-order": "2.1.2", diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index 25610e6..0000000 --- a/postcss.config.js +++ /dev/null @@ -1,6 +0,0 @@ -/** @type {import('postcss-load-config').Config} */ -export default { - plugins: { - 'postcss-dark-theme-class': {}, - }, -};