Skyler Grey | 7177bbd | 2023-06-01 03:26:31 +0200 | [diff] [blame] | 1 | /** @type {import('tailwindcss').Config}*/ |
2 | const config = { | ||||
3 | content: ['./src/**/*.{html,js,svelte,ts}'], | ||||
4 | |||||
5 | theme: { | ||||
6 | extend: {} | ||||
7 | }, | ||||
8 | |||||
9 | plugins: [] | ||||
10 | }; | ||||
11 | |||||
12 | module.exports = config; |