From 6cb399e7267ae78e3e498bdbf5f51678ffb2cd45 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 21 Feb 2023 23:24:14 +0100 Subject: feat: Many things Configure sanity in same project as the app Implement type safe sanity schema Read localised documents Strip down design --- sanity/tailwind.config.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 sanity/tailwind.config.js (limited to 'sanity/tailwind.config.js') diff --git a/sanity/tailwind.config.js b/sanity/tailwind.config.js deleted file mode 100644 index d05f283..0000000 --- a/sanity/tailwind.config.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - content: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", "./app/**/*.{js,ts,jsx,tsx}"], - theme: { - extend: {}, - }, - plugins: [], -}; -- cgit v1.3