From 9d748eaa42412002e6485f0b78dda7a8af6d8129 Mon Sep 17 00:00:00 2001 From: Fractal-Tess Date: Wed, 24 Jan 2024 04:36:02 +0200 Subject: [PATCH] format --- postcss.config.cjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postcss.config.cjs b/postcss.config.cjs index 3a310c7..e9adcdd 100644 --- a/postcss.config.cjs +++ b/postcss.config.cjs @@ -1,5 +1,5 @@ -const tailwindcss = require('tailwindcss'); -const autoprefixer = require('autoprefixer'); +const tailwindcss = require('tailwindcss') +const autoprefixer = require('autoprefixer') const config = { plugins: [ @@ -8,6 +8,6 @@ const config = { //But others, like autoprefixer, need to run after, autoprefixer ] -}; +} -module.exports = config; +module.exports = config