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
2023-02-27 14:47:49 +01:00

15 lines
280 B
JavaScript

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