1
0
tl-vikunja/frontend/tailwind.config.js
kolaente a46009dfc9
fix(task): align task title on mobile popup
(cherry picked from commit cc64ca640635ad888670cb48bba390d2a8a07d8d)
2024-09-20 14:27:00 +02:00

18 lines
294 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
corePlugins: {
// TODO: Readd after removing bulma base styles
preflight: false,
},
prefix: 'tw-',
content: [
'./index.html',
'./src/**/*.{vue,js,ts}',
],
theme: {
extend: {},
},
plugins: [],
}