mirror of
https://github.com/typemill/typemill.git
synced 2025-07-18 21:11:13 +02:00
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./system/typemill/author/**/*.{html,js,twig}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|