7 lines
140 B
7 lines
140 B
1 month ago
|
/** @type {import('tailwindcss').Config} */
|
||
|
module.exports = {
|
||
|
content: ['./src/**/*.{js,ts,jsx,tsx,mdx}'],
|
||
|
theme: {},
|
||
|
plugins: [],
|
||
|
}
|