1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-18 21:11:13 +02:00
Files
php-typemill/tailwind.config.js
2022-10-14 20:24:25 +02:00

9 lines
173 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./system/typemill/author/**/*.{html,js,twig}"],
theme: {
extend: {},
},
plugins: [],
}