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-03-25 09:08:35 +01:00

16 lines
303 B
JavaScript

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