From 393d70b59d7d24cc6d2655bdd307c5daba4a4b82 Mon Sep 17 00:00:00 2001 From: Remix Run Bot Date: Wed, 12 Jun 2024 14:37:58 +0000 Subject: [PATCH] chore: format --- templates/cloudflare-workers/postcss.config.js | 2 +- templates/cloudflare/postcss.config.js | 2 +- templates/express/postcss.config.js | 2 +- templates/remix-javascript/postcss.config.js | 2 +- templates/remix/postcss.config.js | 2 +- templates/spa/postcss.config.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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: {}, }, -} +};