diff --git a/templates/cloudflare-workers/postcss.config.js b/templates/cloudflare-workers/postcss.config.js index 2e7af2b7f1a..2aa7205d4b4 100644 --- a/templates/cloudflare-workers/postcss.config.js +++ b/templates/cloudflare-workers/postcss.config.js @@ -3,4 +3,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -} +}; diff --git a/templates/cloudflare/postcss.config.js b/templates/cloudflare/postcss.config.js index 2e7af2b7f1a..2aa7205d4b4 100644 --- a/templates/cloudflare/postcss.config.js +++ b/templates/cloudflare/postcss.config.js @@ -3,4 +3,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -} +}; diff --git a/templates/express/postcss.config.js b/templates/express/postcss.config.js index 2e7af2b7f1a..2aa7205d4b4 100644 --- a/templates/express/postcss.config.js +++ b/templates/express/postcss.config.js @@ -3,4 +3,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -} +}; diff --git a/templates/remix-javascript/postcss.config.js b/templates/remix-javascript/postcss.config.js index 2e7af2b7f1a..2aa7205d4b4 100644 --- a/templates/remix-javascript/postcss.config.js +++ b/templates/remix-javascript/postcss.config.js @@ -3,4 +3,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -} +}; diff --git a/templates/remix/postcss.config.js b/templates/remix/postcss.config.js index 2e7af2b7f1a..2aa7205d4b4 100644 --- a/templates/remix/postcss.config.js +++ b/templates/remix/postcss.config.js @@ -3,4 +3,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -} +}; diff --git a/templates/spa/postcss.config.js b/templates/spa/postcss.config.js index 2e7af2b7f1a..2aa7205d4b4 100644 --- a/templates/spa/postcss.config.js +++ b/templates/spa/postcss.config.js @@ -3,4 +3,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -} +};