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