diff --git a/config/utils/safeList.ts b/config/utils/safeList.ts index 0e565d0..1df1b12 100644 --- a/config/utils/safeList.ts +++ b/config/utils/safeList.ts @@ -3,7 +3,7 @@ import { SafelistConfig } from "tailwindcss/types/config"; export const safeList: Partial = [ { pattern: - /(bg|to|via|from|text|fill|stroke|border|outline)-((primary|secondary|warning|error|success|content1|content2|content3|backgroundPrimary|backgroundSecondary|border|black|white|whiteInverted|blackInverted)|((blue|red|green|purple|pink|gray|cyan|slate)-(50|100|200|300|400|500|600|700|800|900)))/, + /^(bg|to|via|from|text|fill|stroke|border|outline)-((primary|secondary|warning|error|success|content1|content2|content3|backgroundPrimary|backgroundSecondary|border|black|white|whiteInverted|blackInverted)|((blue|red|green|purple|pink|gray|cyan|slate)-(50|100|200|300|400|500|600|700|800|900)))/, variants: [ // "first", // "last",