forked from MapComplete/MapComplete
Refactoring: fix statistics in onwheels theme
This commit is contained in:
parent
0f897306a0
commit
3468837e0b
10 changed files with 84 additions and 256 deletions
|
@ -3,7 +3,7 @@ const plugin = require("tailwindcss/plugin")
|
|||
const flowbitePlugin = require("flowbite/plugin")
|
||||
|
||||
module.exports = {
|
||||
content: ["./**/*.{html,ts,svelte}", './node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}'],
|
||||
content: ["*.html", "src/**/*.{html,ts,svelte}", "app/**/*.{html,ts,svelte}", "./node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}"],
|
||||
|
||||
theme: {
|
||||
extend: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue