Bläddra i källkod

turn off darkmode

am
farhan 2 år sedan
förälder
incheckning
6fd1f85512
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      tailwind.config.js

+ 1
- 0
tailwind.config.js Visa fil

1
 /** @type {import('tailwindcss').Config} */
1
 /** @type {import('tailwindcss').Config} */
2
 export default {
2
 export default {
3
+  darkMode: false,
3
   content: [
4
   content: [
4
     "./resources/**/*.blade.php",
5
     "./resources/**/*.blade.php",
5
     "./resources/**/*.js",
6
     "./resources/**/*.js",

Laddar…
Avbryt
Spara