template-web-astro/tailwind.config.cjs
Florian Bouillon 09ed4c487d
Some checks failed
Build, check & Test / run (push) Failing after 39s
feat: first version
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
2023-07-20 17:41:16 +02:00

10 lines
233 B
JavaScript

// const defaultTheme = require('tailwindcss/defaultTheme')
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {},
}
}