diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-12-26 18:06:50 +0000 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-12-26 18:06:50 +0000 |
| commit | 0c4520544bb5ecc63e833f5e344cf8cd071854cb (patch) | |
| tree | b4a998d451f63394345bf6ddc972e0003ff60735 /postcss.config.js | |
| parent | abbd49ae9f43c7bfc2de88719042b30eac69b713 (diff) | |
remove tailwindcss
styled componenets is used in favor of it for this usecase
Diffstat (limited to 'postcss.config.js')
| -rw-r--r-- | postcss.config.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index 33ad091..0000000 --- a/postcss.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -} |
