Erant-OldApp/tailwind.config.cjs

9 lines
169 B
JavaScript
Raw Permalink Normal View History

2022-12-01 11:25:45 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
2023-01-08 17:35:33 +00:00
content: ['./index.html', './src/**/*.{html,svelte,js,ts}'],
2022-12-01 11:25:45 +00:00
theme: {
2023-01-08 17:35:33 +00:00
extend: {},
2022-12-01 11:25:45 +00:00
},
2023-01-08 17:35:33 +00:00
plugins: [],
2022-12-01 11:25:45 +00:00
}