1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-05 13:47:37 +02:00

Settings area V2

This commit is contained in:
trendschau
2022-12-06 21:26:30 +01:00
parent f1a2bbb673
commit e0b1a0a94f
47 changed files with 5121 additions and 1797 deletions

View File

@@ -2,7 +2,11 @@
module.exports = {
content: ["./system/typemill/author/**/*.{html,js,twig}"],
theme: {
extend: {},
extend: {
width: {
'half': '48%',
}
},
},
plugins: [],
}
}