diff --git a/.postcss.config.js b/.postcss.config.js deleted file mode 100644 index e99ebc2c..00000000 --- a/.postcss.config.js +++ /dev/null @@ -1,6 +0,0 @@ -export default { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -} \ No newline at end of file diff --git a/.postcssrc.json b/.postcssrc.json deleted file mode 100644 index d42c370f..00000000 --- a/.postcssrc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "plugins": { - "tailwindcss": {} - } -} \ No newline at end of file diff --git a/package.json b/package.json index 953229a8..c5897e9c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "sass": "^1.85.1", "sass-loader": "^16.0.5", "semver": "^7.7.1", - "tailwindcss": "3.4.11", + "tailwindcss": "^4.0.13", "url": "^0.11.4" }, "dependencies": { @@ -62,7 +62,7 @@ "@codemirror/view": "^6.36.4", "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tailwindcss/forms": "^0.5.9", - "@tailwindcss/postcss": "^4.0.12", + "@tailwindcss/postcss": "^4.0.13", "@tailwindcss/vite": "^4.0.12", "@tsconfig/svelte": "^5.0.4", "@types/chrome": "^0.0.308", diff --git a/src/interface/components/TabbedContainer.svelte b/src/interface/components/TabbedContainer.svelte index 5771af5b..c5866562 100644 --- a/src/interface/components/TabbedContainer.svelte +++ b/src/interface/components/TabbedContainer.svelte @@ -41,7 +41,7 @@