File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ Output:
4343// tailwind.config.js
4444/** @type {import('tailwindcss').Config} */
4545module .exports = {
46- mode: " jit" ,
4746 content: [" ./src/**/*.{ts,tsx}" ],
4847 darkMode: " class" ,
4948 theme: {
@@ -167,7 +166,6 @@ Output:
167166// tailwind.config.js
168167/** @type {import('tailwindcss').Config} */
169168module .exports = {
170- mode: " jit" ,
171169 content: [" ./src/**/*.{ts,tsx}" ],
172170 darkMode: " class" ,
173171 theme: {
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ export const getTemplateConfigByType = (
8686
8787 const getTemplateConfig = ( ) => {
8888 let config = `{
89- mode: "jit",
9089 content: [${ tailwindContent } ],
9190 darkMode: "${ darkMode } ",
9291 ${ extendTheme } `
You can’t perform that action at this time.
0 commit comments