소스 검색

turn off darkmode

am
farhan 2 년 전
부모
커밋
6fd1f85512
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      tailwind.config.js

+ 1
- 0
tailwind.config.js 파일 보기

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",

Loading…
취소
저장