mirror of https://github.com/wg-easy/wg-easy
7 changed files with 6599 additions and 26 deletions
File diff suppressed because it is too large
@ -0,0 +1,6 @@ |
|||
/** @type {import('tailwindcss').Config} */ |
|||
module.exports = { |
|||
darkMode: 'class', |
|||
content: ["./www/**/*.{html,js}"] |
|||
} |
|||
|
|||
File diff suppressed because it is too large
File diff suppressed because one or more lines are too long
@ -0,0 +1,3 @@ |
|||
@tailwind base; |
|||
@tailwind components; |
|||
@tailwind utilities; |
|||
Loading…
Reference in new issue