style: format style

This commit is contained in:
Jewgeni Lewash 2024-02-18 13:11:57 +01:00
parent a156dd2c49
commit 4273d47325
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";
import tailwind from '@astrojs/tailwind';
// https://astro.build/config
export default defineConfig({
integrations: [tailwind()]
});
integrations: [tailwind()],
});

View File

@ -5,4 +5,4 @@ export default {
extend: {},
},
plugins: [],
}
};