diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-06-17 21:06:55 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-06-17 21:06:55 -0500 |
| commit | 1df46c6a636fd8d1d4f795d30f027b931f20b346 (patch) | |
| tree | 5ca9362a94d5ab909c6d34d76f78e20a43f69ad1 /webpack.config.js | |
| parent | 5f0de4dc873e3c0d71765022ffb4923812fd5c2e (diff) | |
| download | immich-frame-1df46c6a636fd8d1d4f795d30f027b931f20b346.tar.xz immich-frame-1df46c6a636fd8d1d4f795d30f027b931f20b346.zip | |
finish tailwind restyle
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/webpack.config.js b/webpack.config.js index ba6756e..6204e46 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -10,15 +10,7 @@ module.exports = { "css-loader", { loader: "postcss-loader", - options: { - postcssOptions: { - plugins: [ - require("autoprefixer"), - require("postcss-nested"), - require("@tailwindcss/postcss"), - ] - } - } + options: { postcssOptions: { plugins: [ require("@tailwindcss/postcss") ] } }, }, ], }, |
