From 8a635a8e5bf8d23994d30d7d90b0318c27246a5d Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 5 Apr 2024 16:56:02 -0500 Subject: Lint Signed-off-by: Matt Strapp --- clients/www/postcss.config.cjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clients/www/postcss.config.cjs') diff --git a/clients/www/postcss.config.cjs b/clients/www/postcss.config.cjs index 16dce0b..054c147 100644 --- a/clients/www/postcss.config.cjs +++ b/clients/www/postcss.config.cjs @@ -1,6 +1,6 @@ module.exports = { plugins: { tailwindcss: {}, - autoprefixer: {}, - }, -} \ No newline at end of file + autoprefixer: {} + } +}; -- cgit v1.2.3