diff --git a/package.json b/package.json index 915f35b..9b0b822 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,8 @@ "name": "tailwind-preset-mantine", "version": "2.0.0", "description": "Integrate Mantine with Tailwind CSS", - "keywords": [ - "mantine", - "tailwind", - "preset" - ], + "keywords": ["mantine", "tailwind", "preset"], + "files": ["src"], "homepage": "https://github.com/songkeys/tailwind-preset-mantine#readme", "bugs": { "url": "https://github.com/songkeys/tailwind-preset-mantine/issues" diff --git a/theme.css b/theme.css deleted file mode 100644 index 7837ce7..0000000 --- a/theme.css +++ /dev/null @@ -1,63 +0,0 @@ - -/** This file is autogenerated by the script. Do not edit it manually. */ - - -@theme { - - - /* colors - all */ - - --color-deep-red-50: rgb(from var(--mantine-color-deep-red-0) r g b / ); - --color-deep-red-100: rgb(from var(--mantine-color-deep-red-1) r g b / ); - --color-deep-red-200: rgb(from var(--mantine-color-deep-red-2) r g b / ); - --color-deep-red-300: rgb(from var(--mantine-color-deep-red-3) r g b / ); - --color-deep-red-400: rgb(from var(--mantine-color-deep-red-4) r g b / ); - --color-deep-red-500: rgb(from var(--mantine-color-deep-red-5) r g b / ); - --color-deep-red-600: rgb(from var(--mantine-color-deep-red-6) r g b / ); - --color-deep-red-700: rgb(from var(--mantine-color-deep-red-7) r g b / ); - --color-deep-red-800: rgb(from var(--mantine-color-deep-red-8) r g b / ); - --color-deep-red-900: rgb(from var(--mantine-color-deep-red-9) r g b / ); - --color-deep-red: rgb(from var(--mantine-color-deep-red-filled) r g b / ); - - --color-light-blue-50: rgb(from var(--mantine-color-light-blue-0) r g b / ); - --color-light-blue-100: rgb(from var(--mantine-color-light-blue-1) r g b / ); - --color-light-blue-200: rgb(from var(--mantine-color-light-blue-2) r g b / ); - --color-light-blue-300: rgb(from var(--mantine-color-light-blue-3) r g b / ); - --color-light-blue-400: rgb(from var(--mantine-color-light-blue-4) r g b / ); - --color-light-blue-500: rgb(from var(--mantine-color-light-blue-5) r g b / ); - --color-light-blue-600: rgb(from var(--mantine-color-light-blue-6) r g b / ); - --color-light-blue-700: rgb(from var(--mantine-color-light-blue-7) r g b / ); - --color-light-blue-800: rgb(from var(--mantine-color-light-blue-8) r g b / ); - --color-light-blue-900: rgb(from var(--mantine-color-light-blue-9) r g b / ); - --color-light-blue: rgb(from var(--mantine-color-light-blue-filled) r g b / ); - - /* colors - variant specific */ - - --color-deep-red-filled: rgb(from var(--mantine-color-deep-red-filled) r g b / ); - --color-deep-red-filled-hover: var(--mantine-color-deep-red-filled-hover); - --color-deep-red-light: var(--mantine-color-deep-red-light); - --color-deep-red-light-hover: var(--mantine-color-deep-red-light-hover); - --color-deep-red-light-color: rgb(from var(--mantine-color-deep-red-light-color) r g b / ); - --color-deep-red-outline: rgb(from var(--mantine-color-deep-red-outline) r g b / ); - --color-deep-red-outline-hover: var(--mantine-color-deep-red-outline-hover); - - --color-light-blue-filled: rgb(from var(--mantine-color-light-blue-filled) r g b / ); - --color-light-blue-filled-hover: var(--mantine-color-light-blue-filled-hover); - --color-light-blue-light: var(--mantine-color-light-blue-light); - --color-light-blue-light-hover: var(--mantine-color-light-blue-light-hover); - --color-light-blue-light-color: rgb(from var(--mantine-color-light-blue-light-color) r g b / ); - --color-light-blue-outline: rgb(from var(--mantine-color-light-blue-outline) r g b / ); - --color-light-blue-outline-hover: var(--mantine-color-light-blue-outline-hover); - - /* breakpoints */ - - --breakpoint-xs: 360px; - - --breakpoint-sm: 480px; - - --breakpoint-md: 768px; - - --breakpoint-lg: 960px; - - --breakpoint-xl: 1200px; -}