mirror of
https://github.com/AlexCheema/Tanuki.git
synced 2026-04-18 03:00:04 -04:00
10 lines
156 B
JavaScript
10 lines
156 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|