felia/packages/config/tailwind/index.js

9 lines
187 B
JavaScript
Raw Permalink Normal View History

2022-12-02 22:42:02 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
2022-12-07 00:04:34 +00:00
content: ["./src/**/*.{ts,tsx}", "./src/_app.tsx", "./src/**/*.astro"],
2022-12-02 22:42:02 +00:00
theme: {
extend: {},
},
plugins: [],
};