You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'// If you want to use other PostCSS plugins, see the following:\n// https://tailwindcss.com/docs/using-with-preprocessors\nmodule.exports = {\n plugins: ["tailwindcss", "autoprefixer"],\n};\n',
149
149
"README.md":
150
150
"# next-tailwind-jit\n\n[View on Vercel](https://next-tailwind-jit.vercel.app/)\n\n[Edit on StackBlitz ⚡️](https://stackblitz.com/edit/next-tailwind-jit-evzkdg)\n",
151
-
"renderlesskit.config.js":
152
-
'import { extendTheme } from "@renderlesskit/react-tailwind";\n\nexport const theme = extendTheme({\n // This only affected the Storybook, doesn\'t go or merge when used this config as preset\n extend: {\n button: {\n variant: {\n default: {\n tertiary: "bg-purple-600 text-white",\n },\n },\n size: {\n default: {\n xxl: "h-14 min-w-14 px-6 rounded-xl text-xl",\n },\n },\n },\n },\n});\n\nexport default theme;\n',
151
+
"adaptui.config.js":
152
+
'import { extendTheme } from "@adaptui/react-tailwind";\n\nexport const theme = extendTheme({\n // This only affected the Storybook, doesn\'t go or merge when used this config as preset\n extend: {\n button: {\n variant: {\n default: {\n tertiary: "bg-purple-600 text-white",\n },\n },\n size: {\n default: {\n xxl: "h-14 min-w-14 px-6 rounded-xl text-xl",\n },\n },\n },\n },\n});\n\nexport default theme;\n',
'// If you want to use other PostCSS plugins, see the following:\n// https://tailwindcss.com/docs/using-with-preprocessors\nmodule.exports = {\n plugins: ["tailwindcss", "autoprefixer"],\n};\n',
206
206
"README.md":
207
207
"# next-tailwind-jit-ts\n\n[View on Vercel](https://next-tailwind-jit-ts.vercel.app/)\n\n[Edit on StackBlitz ⚡️](https://stackblitz.com/edit/github-jntzof)\n",
208
-
"renderlesskit.config.js":
209
-
'import { extendTheme } from "@renderlesskit/react-tailwind";\n\nexport const theme = extendTheme({\n // This only affected the Storybook, doesn\'t go or merge when used this config as preset\n extend: {\n button: {\n variant: {\n default: {\n tertiary: "bg-purple-600 text-white",\n },\n },\n size: {\n default: {\n xxl: "h-14 min-w-14 px-6 rounded-xl text-xl",\n },\n },\n },\n },\n});\n\nexport default theme;\n',
208
+
"adaptui.config.js":
209
+
'import { extendTheme } from "@adaptui/react-tailwind";\n\nexport const theme = extendTheme({\n // This only affected the Storybook, doesn\'t go or merge when used this config as preset\n extend: {\n button: {\n variant: {\n default: {\n tertiary: "bg-purple-600 text-white",\n },\n },\n size: {\n default: {\n xxl: "h-14 min-w-14 px-6 rounded-xl text-xl",\n },\n },\n },\n },\n});\n\nexport default theme;\n',
0 commit comments