1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-19 05:21:13 +02:00
Files
php-typemill/tailwind.config.js
2022-12-06 21:26:30 +01:00

12 lines
230 B
JavaScript

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