Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 2da514a

Browse files
committed
🧹 chore: move to new options feature
1 parent 77b4ec2 commit 2da514a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

__metadata.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/** @typedef {{ jit: boolean }} Options */
2+
3+
/** @type {import("../..").AdderOptions<Options>} */
14
export const options = {
25
"jit": {
36
description: "Do you want to use Tailwind Just-in-Time mode? https://tailwindcss.com/docs/just-in-time-mode\nIt is recommended, but you will see warning messages in the terminal (because it is in preview) and potentially run into unexpected issues, especially with @apply or nested selectors.",

0 commit comments

Comments
 (0)