- début refonte graphique
- début MangaDbProvider
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
'./templates/**/*.html.twig',
|
||||
'./node_modules/tw-elements/dist/js/**/*.js'
|
||||
'./templates/**/*.html.twig'
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [
|
||||
require('tw-elements/dist/plugin'),
|
||||
require("daisyui"),
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user