diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-12-01 13:16:35 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-12-01 13:26:43 +0100 |
commit | c6c5f094c41b0a024f052ce2350872490f60a73a (patch) | |
tree | 69514eb15bcc9f89f4c8e0ec564344121fe388a5 /postcss.config.js | |
parent | 3951173441bcb511c8f8ae383002e6992e6409a8 (diff) |
feat: replace vidstack with Media Chrome
Diffstat (limited to 'postcss.config.js')
-rw-r--r-- | postcss.config.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/postcss.config.js b/postcss.config.js index 5c7bdd0..29594c9 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,8 +1,8 @@ module.exports = { plugins: { - 'postcss-import': {}, + "postcss-import": {}, tailwindcss: {}, autoprefixer: {}, - cssnano: process.env.NODE_ENV === 'production' ? {} : false - } -} + cssnano: process.env.NODE_ENV === "production" ? {} : false, + }, +}; |