felia/packages/config/tailwind/index.js

9 lines
167 B
JavaScript
Raw Normal View History

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