Skip to content

Commit

Permalink
fix: douple commas
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Jan 20, 2024
1 parent 061476d commit 04f2061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const CONTENT_REFINE = `[
"./node_modules/@tremor/**/*.{js,ts,jsx,tsx}",
]`;

export const SAFELIST = `safelist: [
export const SAFELIST = `[
{
pattern:
/^(bg-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/,
Expand Down Expand Up @@ -66,7 +66,7 @@ export const SAFELIST = `safelist: [
pattern:
/^(fill-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/,
},
],`;
]`;

export const THEME = `{
transparent: "transparent",
Expand Down Expand Up @@ -158,4 +158,4 @@ export const THEME = `{
},
}`;

export const PLUGINS = `[require('@headlessui/tailwindcss'), require('@tailwindcss/forms')],`;
export const PLUGINS = `[require('@headlessui/tailwindcss'), require('@tailwindcss/forms')]`;

0 comments on commit 04f2061

Please sign in to comment.