UNPKG

@pastel-palette/tailwindcss

Version:

A comprehensive kawaii-inspired color system with OKLCH color space support, TypeScript definitions, and TailwindCSS v4 integration. Features a cute & kawaii aesthetic with soft, pastel tones.

28 lines 435 B
{ "compilerOptions": { "strict": true, "paths": { "@/*": [ "./*" ] }, "allowJs": true, "esModuleInterop": true, "lib": [ "ESNext" ], "types": [ "node" ], "moduleResolution": "node", "noEmit": true, "resolveJsonModule": true, "skipLibCheck": true, "target": "ESNext", "module": "ESNext" }, "include": [ "**/*.ts", "**/*.tsx" ] }