From 11ece69e006b446b9ca4e06eb5af5662bc811469 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 29 Sep 2023 10:11:33 -0500 Subject: Formatting Signed-off-by: Matt Strapp --- app/tailwind.config.ts | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'app/tailwind.config.ts') diff --git a/app/tailwind.config.ts b/app/tailwind.config.ts index 5bb3fde..d87e5b6 100644 --- a/app/tailwind.config.ts +++ b/app/tailwind.config.ts @@ -1,17 +1,17 @@ -import { join } from 'path'; -import type { Config } from 'tailwindcss'; -import forms from '@tailwindcss/forms'; -import typography from '@tailwindcss/typography'; -import { skeleton } from '@skeletonlabs/tw-plugin'; +import { join } from 'path' +import type { Config } from 'tailwindcss' +import forms from '@tailwindcss/forms' +import typography from '@tailwindcss/typography' +import { skeleton } from '@skeletonlabs/tw-plugin' export default { darkMode: 'class', content: [ './src/**/*.{html,js,svelte,ts}', - join(require.resolve('@skeletonlabs/skeleton'), '../**/*.{html,js,svelte,ts}') + join(require.resolve('@skeletonlabs/skeleton'), '../**/*.{html,js,svelte,ts}'), ], theme: { - extend: {} + extend: {}, }, plugins: [ forms, @@ -21,10 +21,10 @@ export default { preset: [ { name: 'wintry', - enhancements: true - } - ] - } - }) - ] -} satisfies Config; + enhancements: true, + }, + ], + }, + }), + ], +} satisfies Config -- cgit v1.2.3