mirror of
https://github.com/thdngan/permanent-ink.git
synced 2026-07-22 06:05:44 +00:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{ts,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|