Skip to content

Commit a209e4c

Browse files
committed
♻️ refactor : Modify Tailwind config
Made the calc function available in tailwind. Related issue: YJU-OKURA#128
1 parent 48cd84b commit a209e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ const config: Config = {
1616
},
1717
},
1818
plugins: [],
19+
mode: 'jit',
1920
};
2021
export default config;

0 commit comments

Comments
 (0)