tailwindcss 0.0.0-oxide-insiders.9ebaaac → 0.0.0-oxide.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (286) hide show
  1. package/dist/chunk-VA4PAOBV.mjs +5017 -0
  2. package/dist/cli.d.mts +2 -0
  3. package/dist/cli.d.ts +2 -0
  4. package/dist/cli.js +5446 -0
  5. package/dist/cli.mjs +438 -0
  6. package/dist/lib.d.mts +244 -0
  7. package/dist/lib.d.ts +244 -0
  8. package/dist/lib.js +4947 -0
  9. package/dist/lib.mjs +1 -0
  10. package/index.css +4 -4
  11. package/package.json +36 -106
  12. package/preflight.css +404 -0
  13. package/theme.css +468 -0
  14. package/LICENSE +0 -21
  15. package/README.md +0 -41
  16. package/base.css +0 -1
  17. package/colors.d.ts +0 -3
  18. package/colors.js +0 -2
  19. package/components.css +0 -1
  20. package/defaultConfig.d.ts +0 -3
  21. package/defaultConfig.js +0 -2
  22. package/defaultTheme.d.ts +0 -4
  23. package/defaultTheme.js +0 -2
  24. package/lib/cli/build/deps.js +0 -62
  25. package/lib/cli/build/index.js +0 -54
  26. package/lib/cli/build/plugin.js +0 -383
  27. package/lib/cli/build/utils.js +0 -88
  28. package/lib/cli/build/watching.js +0 -182
  29. package/lib/cli/help/index.js +0 -73
  30. package/lib/cli/index.js +0 -230
  31. package/lib/cli/init/index.js +0 -67
  32. package/lib/cli-peer-dependencies.js +0 -36
  33. package/lib/cli.js +0 -7
  34. package/lib/corePluginList.js +0 -187
  35. package/lib/corePlugins.js +0 -4173
  36. package/lib/css/LICENSE +0 -25
  37. package/lib/css/preflight.css +0 -375
  38. package/lib/featureFlags.js +0 -83
  39. package/lib/index.js +0 -2
  40. package/lib/lib/cacheInvalidation.js +0 -92
  41. package/lib/lib/collapseAdjacentRules.js +0 -61
  42. package/lib/lib/collapseDuplicateDeclarations.js +0 -85
  43. package/lib/lib/content.js +0 -202
  44. package/lib/lib/defaultExtractor.js +0 -243
  45. package/lib/lib/detectNesting.js +0 -45
  46. package/lib/lib/evaluateTailwindFunctions.js +0 -238
  47. package/lib/lib/expandApplyAtRules.js +0 -534
  48. package/lib/lib/expandTailwindAtRules.js +0 -274
  49. package/lib/lib/findAtConfigPath.js +0 -46
  50. package/lib/lib/generateRules.js +0 -882
  51. package/lib/lib/getModuleDependencies.js +0 -99
  52. package/lib/lib/handleImportAtRules.js +0 -49
  53. package/lib/lib/load-config.js +0 -42
  54. package/lib/lib/normalizeTailwindDirectives.js +0 -91
  55. package/lib/lib/offsets.js +0 -306
  56. package/lib/lib/partitionApplyAtRules.js +0 -58
  57. package/lib/lib/regex.js +0 -74
  58. package/lib/lib/remap-bitfield.js +0 -89
  59. package/lib/lib/resolveDefaultsAtRules.js +0 -165
  60. package/lib/lib/setupContextUtils.js +0 -1255
  61. package/lib/lib/setupTrackingContext.js +0 -165
  62. package/lib/lib/sharedState.js +0 -87
  63. package/lib/lib/substituteScreenAtRules.js +0 -31
  64. package/lib/oxide/cli/build/deps.js +0 -89
  65. package/lib/oxide/cli/build/index.js +0 -53
  66. package/lib/oxide/cli/build/plugin.js +0 -354
  67. package/lib/oxide/cli/build/utils.js +0 -87
  68. package/lib/oxide/cli/build/watching.js +0 -179
  69. package/lib/oxide/cli/help/index.js +0 -72
  70. package/lib/oxide/cli/index.js +0 -214
  71. package/lib/oxide/cli/init/index.js +0 -56
  72. package/lib/oxide/cli.js +0 -5
  73. package/lib/oxide/postcss-plugin.js +0 -2
  74. package/lib/plugin.js +0 -100
  75. package/lib/postcss-plugins/nesting/README.md +0 -42
  76. package/lib/postcss-plugins/nesting/index.js +0 -21
  77. package/lib/postcss-plugins/nesting/plugin.js +0 -89
  78. package/lib/processTailwindFeatures.js +0 -64
  79. package/lib/public/colors.js +0 -355
  80. package/lib/public/create-plugin.js +0 -17
  81. package/lib/public/default-config.js +0 -18
  82. package/lib/public/default-theme.js +0 -18
  83. package/lib/public/load-config.js +0 -12
  84. package/lib/public/resolve-config.js +0 -24
  85. package/lib/util/applyImportantSelector.js +0 -36
  86. package/lib/util/bigSign.js +0 -13
  87. package/lib/util/buildMediaQuery.js +0 -27
  88. package/lib/util/cloneDeep.js +0 -22
  89. package/lib/util/cloneNodes.js +0 -34
  90. package/lib/util/color.js +0 -116
  91. package/lib/util/colorNames.js +0 -752
  92. package/lib/util/configurePlugins.js +0 -23
  93. package/lib/util/createPlugin.js +0 -32
  94. package/lib/util/createUtilityPlugin.js +0 -53
  95. package/lib/util/dataTypes.js +0 -304
  96. package/lib/util/defaults.js +0 -27
  97. package/lib/util/escapeClassName.js +0 -24
  98. package/lib/util/escapeCommas.js +0 -13
  99. package/lib/util/flattenColorPalette.js +0 -18
  100. package/lib/util/formatVariantSelector.js +0 -263
  101. package/lib/util/getAllConfigs.js +0 -52
  102. package/lib/util/hashConfig.js +0 -21
  103. package/lib/util/isKeyframeRule.js +0 -13
  104. package/lib/util/isPlainObject.js +0 -17
  105. package/lib/util/isSyntacticallyValidPropertyValue.js +0 -74
  106. package/lib/util/log.js +0 -61
  107. package/lib/util/nameClass.js +0 -49
  108. package/lib/util/negateValue.js +0 -36
  109. package/lib/util/normalizeConfig.js +0 -304
  110. package/lib/util/normalizeScreens.js +0 -178
  111. package/lib/util/parseAnimationValue.js +0 -93
  112. package/lib/util/parseBoxShadowValue.js +0 -88
  113. package/lib/util/parseDependency.js +0 -47
  114. package/lib/util/parseGlob.js +0 -36
  115. package/lib/util/parseObjectStyles.js +0 -36
  116. package/lib/util/pluginUtils.js +0 -276
  117. package/lib/util/prefixSelector.js +0 -39
  118. package/lib/util/pseudoElements.js +0 -229
  119. package/lib/util/removeAlphaVariables.js +0 -31
  120. package/lib/util/resolveConfig.js +0 -256
  121. package/lib/util/resolveConfigPath.js +0 -70
  122. package/lib/util/responsive.js +0 -24
  123. package/lib/util/splitAtTopLevelOnly.js +0 -51
  124. package/lib/util/tap.js +0 -14
  125. package/lib/util/toColorValue.js +0 -13
  126. package/lib/util/toPath.js +0 -32
  127. package/lib/util/transformThemeValue.js +0 -73
  128. package/lib/util/validateConfig.js +0 -43
  129. package/lib/util/validateFormalSyntax.js +0 -26
  130. package/lib/util/withAlphaVariable.js +0 -79
  131. package/lib/value-parser/LICENSE +0 -22
  132. package/lib/value-parser/README.md +0 -3
  133. package/lib/value-parser/index.d.js +0 -2
  134. package/lib/value-parser/index.js +0 -22
  135. package/lib/value-parser/parse.js +0 -259
  136. package/lib/value-parser/stringify.js +0 -38
  137. package/lib/value-parser/unit.js +0 -86
  138. package/lib/value-parser/walk.js +0 -16
  139. package/loadConfig.d.ts +0 -4
  140. package/loadConfig.js +0 -2
  141. package/nesting/index.js +0 -2
  142. package/peers/index.js +0 -96294
  143. package/plugin.d.ts +0 -11
  144. package/plugin.js +0 -2
  145. package/prettier.config.js +0 -19
  146. package/resolveConfig.d.ts +0 -12
  147. package/resolveConfig.js +0 -2
  148. package/screens.css +0 -1
  149. package/scripts/create-plugin-list.js +0 -10
  150. package/scripts/generate-types.js +0 -105
  151. package/scripts/release-channel.js +0 -18
  152. package/scripts/release-notes.js +0 -21
  153. package/scripts/swap-engines.js +0 -40
  154. package/scripts/type-utils.js +0 -27
  155. package/src/cli/build/deps.js +0 -56
  156. package/src/cli/build/index.js +0 -49
  157. package/src/cli/build/plugin.js +0 -451
  158. package/src/cli/build/utils.js +0 -76
  159. package/src/cli/build/watching.js +0 -229
  160. package/src/cli/help/index.js +0 -70
  161. package/src/cli/index.js +0 -216
  162. package/src/cli/init/index.js +0 -84
  163. package/src/cli-peer-dependencies.js +0 -15
  164. package/src/cli.js +0 -7
  165. package/src/corePluginList.js +0 -1
  166. package/src/corePlugins.js +0 -2849
  167. package/src/css/LICENSE +0 -25
  168. package/src/css/preflight.css +0 -375
  169. package/src/featureFlags.js +0 -70
  170. package/src/index.js +0 -1
  171. package/src/lib/cacheInvalidation.js +0 -52
  172. package/src/lib/collapseAdjacentRules.js +0 -58
  173. package/src/lib/collapseDuplicateDeclarations.js +0 -93
  174. package/src/lib/content.js +0 -235
  175. package/src/lib/defaultExtractor.js +0 -217
  176. package/src/lib/detectNesting.js +0 -47
  177. package/src/lib/evaluateTailwindFunctions.js +0 -272
  178. package/src/lib/expandApplyAtRules.js +0 -613
  179. package/src/lib/expandTailwindAtRules.js +0 -283
  180. package/src/lib/findAtConfigPath.js +0 -48
  181. package/src/lib/generateRules.js +0 -927
  182. package/src/lib/getModuleDependencies.js +0 -79
  183. package/src/lib/handleImportAtRules.js +0 -33
  184. package/src/lib/load-config.ts +0 -31
  185. package/src/lib/normalizeTailwindDirectives.js +0 -86
  186. package/src/lib/offsets.js +0 -373
  187. package/src/lib/partitionApplyAtRules.js +0 -52
  188. package/src/lib/regex.js +0 -74
  189. package/src/lib/remap-bitfield.js +0 -82
  190. package/src/lib/resolveDefaultsAtRules.js +0 -163
  191. package/src/lib/setupContextUtils.js +0 -1327
  192. package/src/lib/setupTrackingContext.js +0 -171
  193. package/src/lib/sharedState.js +0 -61
  194. package/src/lib/substituteScreenAtRules.js +0 -19
  195. package/src/oxide/cli/build/deps.ts +0 -91
  196. package/src/oxide/cli/build/index.ts +0 -47
  197. package/src/oxide/cli/build/plugin.ts +0 -419
  198. package/src/oxide/cli/build/utils.ts +0 -74
  199. package/src/oxide/cli/build/watching.ts +0 -225
  200. package/src/oxide/cli/help/index.ts +0 -69
  201. package/src/oxide/cli/index.ts +0 -204
  202. package/src/oxide/cli/init/index.ts +0 -64
  203. package/src/oxide/cli.ts +0 -1
  204. package/src/oxide/postcss-plugin.ts +0 -1
  205. package/src/plugin.js +0 -109
  206. package/src/postcss-plugins/nesting/README.md +0 -42
  207. package/src/postcss-plugins/nesting/index.js +0 -13
  208. package/src/postcss-plugins/nesting/plugin.js +0 -80
  209. package/src/processTailwindFeatures.js +0 -58
  210. package/src/public/colors.js +0 -322
  211. package/src/public/create-plugin.js +0 -2
  212. package/src/public/default-config.js +0 -4
  213. package/src/public/default-theme.js +0 -4
  214. package/src/public/load-config.js +0 -2
  215. package/src/public/resolve-config.js +0 -7
  216. package/src/util/applyImportantSelector.js +0 -27
  217. package/src/util/bigSign.js +0 -3
  218. package/src/util/buildMediaQuery.js +0 -22
  219. package/src/util/cloneDeep.js +0 -11
  220. package/src/util/cloneNodes.js +0 -28
  221. package/src/util/color.js +0 -88
  222. package/src/util/colorNames.js +0 -150
  223. package/src/util/configurePlugins.js +0 -23
  224. package/src/util/createPlugin.js +0 -27
  225. package/src/util/createUtilityPlugin.js +0 -37
  226. package/src/util/dataTypes.js +0 -292
  227. package/src/util/defaults.js +0 -17
  228. package/src/util/escapeClassName.js +0 -8
  229. package/src/util/escapeCommas.js +0 -3
  230. package/src/util/flattenColorPalette.js +0 -13
  231. package/src/util/formatVariantSelector.js +0 -316
  232. package/src/util/getAllConfigs.js +0 -45
  233. package/src/util/hashConfig.js +0 -5
  234. package/src/util/isKeyframeRule.js +0 -3
  235. package/src/util/isPlainObject.js +0 -8
  236. package/src/util/isSyntacticallyValidPropertyValue.js +0 -61
  237. package/src/util/log.js +0 -29
  238. package/src/util/nameClass.js +0 -30
  239. package/src/util/negateValue.js +0 -24
  240. package/src/util/normalizeConfig.js +0 -335
  241. package/src/util/normalizeScreens.js +0 -140
  242. package/src/util/parseAnimationValue.js +0 -68
  243. package/src/util/parseBoxShadowValue.js +0 -72
  244. package/src/util/parseDependency.js +0 -44
  245. package/src/util/parseGlob.js +0 -24
  246. package/src/util/parseObjectStyles.js +0 -19
  247. package/src/util/pluginUtils.js +0 -291
  248. package/src/util/prefixSelector.js +0 -32
  249. package/src/util/pseudoElements.js +0 -170
  250. package/src/util/removeAlphaVariables.js +0 -24
  251. package/src/util/resolveConfig.js +0 -277
  252. package/src/util/resolveConfigPath.js +0 -66
  253. package/src/util/responsive.js +0 -10
  254. package/src/util/splitAtTopLevelOnly.js +0 -52
  255. package/src/util/tap.js +0 -4
  256. package/src/util/toColorValue.js +0 -3
  257. package/src/util/toPath.js +0 -26
  258. package/src/util/transformThemeValue.js +0 -62
  259. package/src/util/validateConfig.js +0 -33
  260. package/src/util/validateFormalSyntax.js +0 -34
  261. package/src/util/withAlphaVariable.js +0 -49
  262. package/src/value-parser/LICENSE +0 -22
  263. package/src/value-parser/README.md +0 -3
  264. package/src/value-parser/index.d.ts +0 -177
  265. package/src/value-parser/index.js +0 -28
  266. package/src/value-parser/parse.js +0 -303
  267. package/src/value-parser/stringify.js +0 -41
  268. package/src/value-parser/unit.js +0 -118
  269. package/src/value-parser/walk.js +0 -18
  270. package/stubs/.gitignore +0 -1
  271. package/stubs/.prettierrc.json +0 -6
  272. package/stubs/config.full.js +0 -991
  273. package/stubs/config.simple.js +0 -7
  274. package/stubs/postcss.config.cjs +0 -6
  275. package/stubs/postcss.config.js +0 -6
  276. package/stubs/tailwind.config.cjs +0 -2
  277. package/stubs/tailwind.config.js +0 -2
  278. package/stubs/tailwind.config.ts +0 -3
  279. package/tailwind.css +0 -5
  280. package/types/config.d.ts +0 -368
  281. package/types/generated/.gitkeep +0 -0
  282. package/types/generated/colors.d.ts +0 -298
  283. package/types/generated/corePluginList.d.ts +0 -1
  284. package/types/generated/default-theme.d.ts +0 -372
  285. package/types/index.d.ts +0 -7
  286. package/variants.css +0 -1
package/theme.css ADDED
@@ -0,0 +1,468 @@
1
+ @theme {
2
+ /* Defaults */
3
+ --default-border-color: var(--color-gray-200);
4
+ --default-transition-duration: 150ms;
5
+ --default-transition-timing-function: var(--transition-timing-function-in-out);
6
+ --default-ring-color: color-mix(in srgb, var(--color-blue-500) 50%, transparent);
7
+ --default-ring-width: 3px;
8
+ --default-font-family: var(--font-family-sans);
9
+ --default-font-feature-settings: var(--font-family-sans--font-feature-settings);
10
+ --default-font-variation-settings: var(--font-family-sans--font-variation-settings);
11
+ --default-mono-font-family: var(--font-family-mono);
12
+ --default-mono-font-feature-settings: var(--font-family-mono--font-feature-settings);
13
+ --default-mono-font-variation-settings: var(--font-family-mono--font-variation-settings);
14
+
15
+ /* Breakpoints */
16
+ --breakpoint-sm: 640px;
17
+ --breakpoint-md: 768px;
18
+ --breakpoint-lg: 1024px;
19
+ --breakpoint-xl: 1280px;
20
+ --breakpoint-2xl: 1536px;
21
+
22
+ /* Colors */
23
+ --color-black: #000;
24
+ --color-white: #fff;
25
+ --color-slate-50: #f8fafc;
26
+ --color-slate-100: #f1f5f9;
27
+ --color-slate-200: #e2e8f0;
28
+ --color-slate-300: #cbd5e1;
29
+ --color-slate-400: #94a3b8;
30
+ --color-slate-500: #64748b;
31
+ --color-slate-600: #475569;
32
+ --color-slate-700: #334155;
33
+ --color-slate-800: #1e293b;
34
+ --color-slate-900: #0f172a;
35
+ --color-slate-950: #020617;
36
+ --color-gray-50: #f9fafb;
37
+ --color-gray-100: #f3f4f6;
38
+ --color-gray-200: #e5e7eb;
39
+ --color-gray-300: #d1d5db;
40
+ --color-gray-400: #9ca3af;
41
+ --color-gray-500: #6b7280;
42
+ --color-gray-600: #4b5563;
43
+ --color-gray-700: #374151;
44
+ --color-gray-800: #1f2937;
45
+ --color-gray-900: #111827;
46
+ --color-gray-950: #030712;
47
+ --color-zinc-50: #fafafa;
48
+ --color-zinc-100: #f4f4f5;
49
+ --color-zinc-200: #e4e4e7;
50
+ --color-zinc-300: #d4d4d8;
51
+ --color-zinc-400: #a1a1aa;
52
+ --color-zinc-500: #71717a;
53
+ --color-zinc-600: #52525b;
54
+ --color-zinc-700: #3f3f46;
55
+ --color-zinc-800: #27272a;
56
+ --color-zinc-900: #18181b;
57
+ --color-zinc-950: #09090b;
58
+ --color-neutral-50: #fafafa;
59
+ --color-neutral-100: #f5f5f5;
60
+ --color-neutral-200: #e5e5e5;
61
+ --color-neutral-300: #d4d4d4;
62
+ --color-neutral-400: #a3a3a3;
63
+ --color-neutral-500: #737373;
64
+ --color-neutral-600: #525252;
65
+ --color-neutral-700: #404040;
66
+ --color-neutral-800: #262626;
67
+ --color-neutral-900: #171717;
68
+ --color-neutral-950: #0a0a0a;
69
+ --color-stone-50: #fafaf9;
70
+ --color-stone-100: #f5f5f4;
71
+ --color-stone-200: #e7e5e4;
72
+ --color-stone-300: #d6d3d1;
73
+ --color-stone-400: #a8a29e;
74
+ --color-stone-500: #78716c;
75
+ --color-stone-600: #57534e;
76
+ --color-stone-700: #44403c;
77
+ --color-stone-800: #292524;
78
+ --color-stone-900: #1c1917;
79
+ --color-stone-950: #0c0a09;
80
+ --color-red-50: #fef2f2;
81
+ --color-red-100: #fee2e2;
82
+ --color-red-200: #fecaca;
83
+ --color-red-300: #fca5a5;
84
+ --color-red-400: #f87171;
85
+ --color-red-500: #ef4444;
86
+ --color-red-600: #dc2626;
87
+ --color-red-700: #b91c1c;
88
+ --color-red-800: #991b1b;
89
+ --color-red-900: #7f1d1d;
90
+ --color-red-950: #450a0a;
91
+ --color-orange-50: #fff7ed;
92
+ --color-orange-100: #ffedd5;
93
+ --color-orange-200: #fed7aa;
94
+ --color-orange-300: #fdba74;
95
+ --color-orange-400: #fb923c;
96
+ --color-orange-500: #f97316;
97
+ --color-orange-600: #ea580c;
98
+ --color-orange-700: #c2410c;
99
+ --color-orange-800: #9a3412;
100
+ --color-orange-900: #7c2d12;
101
+ --color-orange-950: #431407;
102
+ --color-amber-50: #fffbeb;
103
+ --color-amber-100: #fef3c7;
104
+ --color-amber-200: #fde68a;
105
+ --color-amber-300: #fcd34d;
106
+ --color-amber-400: #fbbf24;
107
+ --color-amber-500: #f59e0b;
108
+ --color-amber-600: #d97706;
109
+ --color-amber-700: #b45309;
110
+ --color-amber-800: #92400e;
111
+ --color-amber-900: #78350f;
112
+ --color-amber-950: #451a03;
113
+ --color-yellow-50: #fefce8;
114
+ --color-yellow-100: #fef9c3;
115
+ --color-yellow-200: #fef08a;
116
+ --color-yellow-300: #fde047;
117
+ --color-yellow-400: #facc15;
118
+ --color-yellow-500: #eab308;
119
+ --color-yellow-600: #ca8a04;
120
+ --color-yellow-700: #a16207;
121
+ --color-yellow-800: #854d0e;
122
+ --color-yellow-900: #713f12;
123
+ --color-yellow-950: #422006;
124
+ --color-lime-50: #f7fee7;
125
+ --color-lime-100: #ecfccb;
126
+ --color-lime-200: #d9f99d;
127
+ --color-lime-300: #bef264;
128
+ --color-lime-400: #a3e635;
129
+ --color-lime-500: #84cc16;
130
+ --color-lime-600: #65a30d;
131
+ --color-lime-700: #4d7c0f;
132
+ --color-lime-800: #3f6212;
133
+ --color-lime-900: #365314;
134
+ --color-lime-950: #1a2e05;
135
+ --color-green-50: #f0fdf4;
136
+ --color-green-100: #dcfce7;
137
+ --color-green-200: #bbf7d0;
138
+ --color-green-300: #86efac;
139
+ --color-green-400: #4ade80;
140
+ --color-green-500: #22c55e;
141
+ --color-green-600: #16a34a;
142
+ --color-green-700: #15803d;
143
+ --color-green-800: #166534;
144
+ --color-green-900: #14532d;
145
+ --color-green-950: #052e16;
146
+ --color-emerald-50: #ecfdf5;
147
+ --color-emerald-100: #d1fae5;
148
+ --color-emerald-200: #a7f3d0;
149
+ --color-emerald-300: #6ee7b7;
150
+ --color-emerald-400: #34d399;
151
+ --color-emerald-500: #10b981;
152
+ --color-emerald-600: #059669;
153
+ --color-emerald-700: #047857;
154
+ --color-emerald-800: #065f46;
155
+ --color-emerald-900: #064e3b;
156
+ --color-emerald-950: #022c22;
157
+ --color-teal-50: #f0fdfa;
158
+ --color-teal-100: #ccfbf1;
159
+ --color-teal-200: #99f6e4;
160
+ --color-teal-300: #5eead4;
161
+ --color-teal-400: #2dd4bf;
162
+ --color-teal-500: #14b8a6;
163
+ --color-teal-600: #0d9488;
164
+ --color-teal-700: #0f766e;
165
+ --color-teal-800: #115e59;
166
+ --color-teal-900: #134e4a;
167
+ --color-teal-950: #042f2e;
168
+ --color-cyan-50: #ecfeff;
169
+ --color-cyan-100: #cffafe;
170
+ --color-cyan-200: #a5f3fc;
171
+ --color-cyan-300: #67e8f9;
172
+ --color-cyan-400: #22d3ee;
173
+ --color-cyan-500: #06b6d4;
174
+ --color-cyan-600: #0891b2;
175
+ --color-cyan-700: #0e7490;
176
+ --color-cyan-800: #155e75;
177
+ --color-cyan-900: #164e63;
178
+ --color-cyan-950: #083344;
179
+ --color-sky-50: #f0f9ff;
180
+ --color-sky-100: #e0f2fe;
181
+ --color-sky-200: #bae6fd;
182
+ --color-sky-300: #7dd3fc;
183
+ --color-sky-400: #38bdf8;
184
+ --color-sky-500: #0ea5e9;
185
+ --color-sky-600: #0284c7;
186
+ --color-sky-700: #0369a1;
187
+ --color-sky-800: #075985;
188
+ --color-sky-900: #0c4a6e;
189
+ --color-sky-950: #082f49;
190
+ --color-blue-50: #eff6ff;
191
+ --color-blue-100: #dbeafe;
192
+ --color-blue-200: #bfdbfe;
193
+ --color-blue-300: #93c5fd;
194
+ --color-blue-400: #60a5fa;
195
+ --color-blue-500: #3b82f6;
196
+ --color-blue-600: #2563eb;
197
+ --color-blue-700: #1d4ed8;
198
+ --color-blue-800: #1e40af;
199
+ --color-blue-900: #1e3a8a;
200
+ --color-blue-950: #172554;
201
+ --color-indigo-50: #eef2ff;
202
+ --color-indigo-100: #e0e7ff;
203
+ --color-indigo-200: #c7d2fe;
204
+ --color-indigo-300: #a5b4fc;
205
+ --color-indigo-400: #818cf8;
206
+ --color-indigo-500: #6366f1;
207
+ --color-indigo-600: #4f46e5;
208
+ --color-indigo-700: #4338ca;
209
+ --color-indigo-800: #3730a3;
210
+ --color-indigo-900: #312e81;
211
+ --color-indigo-950: #1e1b4b;
212
+ --color-violet-50: #f5f3ff;
213
+ --color-violet-100: #ede9fe;
214
+ --color-violet-200: #ddd6fe;
215
+ --color-violet-300: #c4b5fd;
216
+ --color-violet-400: #a78bfa;
217
+ --color-violet-500: #8b5cf6;
218
+ --color-violet-600: #7c3aed;
219
+ --color-violet-700: #6d28d9;
220
+ --color-violet-800: #5b21b6;
221
+ --color-violet-900: #4c1d95;
222
+ --color-violet-950: #2e1065;
223
+ --color-purple-50: #faf5ff;
224
+ --color-purple-100: #f3e8ff;
225
+ --color-purple-200: #e9d5ff;
226
+ --color-purple-300: #d8b4fe;
227
+ --color-purple-400: #c084fc;
228
+ --color-purple-500: #a855f7;
229
+ --color-purple-600: #9333ea;
230
+ --color-purple-700: #7e22ce;
231
+ --color-purple-800: #6b21a8;
232
+ --color-purple-900: #581c87;
233
+ --color-purple-950: #3b0764;
234
+ --color-fuchsia-50: #fdf4ff;
235
+ --color-fuchsia-100: #fae8ff;
236
+ --color-fuchsia-200: #f5d0fe;
237
+ --color-fuchsia-300: #f0abfc;
238
+ --color-fuchsia-400: #e879f9;
239
+ --color-fuchsia-500: #d946ef;
240
+ --color-fuchsia-600: #c026d3;
241
+ --color-fuchsia-700: #a21caf;
242
+ --color-fuchsia-800: #86198f;
243
+ --color-fuchsia-900: #701a75;
244
+ --color-fuchsia-950: #4a044e;
245
+ --color-pink-50: #fdf2f8;
246
+ --color-pink-100: #fce7f3;
247
+ --color-pink-200: #fbcfe8;
248
+ --color-pink-300: #f9a8d4;
249
+ --color-pink-400: #f472b6;
250
+ --color-pink-500: #ec4899;
251
+ --color-pink-600: #db2777;
252
+ --color-pink-700: #be185d;
253
+ --color-pink-800: #9d174d;
254
+ --color-pink-900: #831843;
255
+ --color-pink-950: #500724;
256
+ --color-rose-50: #fff1f2;
257
+ --color-rose-100: #ffe4e6;
258
+ --color-rose-200: #fecdd3;
259
+ --color-rose-300: #fda4af;
260
+ --color-rose-400: #fb7185;
261
+ --color-rose-500: #f43f5e;
262
+ --color-rose-600: #e11d48;
263
+ --color-rose-700: #be123c;
264
+ --color-rose-800: #9f1239;
265
+ --color-rose-900: #881337;
266
+ --color-rose-950: #4c0519;
267
+
268
+ /* Animations */
269
+ --animate-spin: spin 1s linear infinite;
270
+ --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
271
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
272
+ --animate-bounce: bounce 1s infinite;
273
+
274
+ /* Blurs */
275
+ --blur: 8px;
276
+ --blur-sm: 4px;
277
+ --blur-md: 12px;
278
+ --blur-lg: 16px;
279
+ --blur-xl: 24px;
280
+ --blur-2xl: 40px;
281
+ --blur-3xl: 64px;
282
+
283
+ /* Radii */
284
+ --radius-none: 0px;
285
+ --radius-full: 9999px;
286
+ --radius-sm: 0.125rem;
287
+ --radius: 0.25rem;
288
+ --radius-md: 0.375rem;
289
+ --radius-lg: 0.5rem;
290
+ --radius-xl: 0.75rem;
291
+ --radius-2xl: 1rem;
292
+ --radius-3xl: 1.5rem;
293
+
294
+ /* Shadows */
295
+ --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
296
+ --shadow-xs: 0 1px rgb(0 0 0 / 0.05);
297
+ --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
298
+ --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
299
+ --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
300
+ --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
301
+ --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
302
+ --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
303
+
304
+ /* Inset shadows */
305
+ --inset-shadow-xs: inset 0 1px rgb(0 0 0 / 0.05);
306
+ --inset-shadow-sm: inset 0 1px 1px rgb(0 0 0 / 0.05);
307
+ --inset-shadow: inset 0 2px 4px rgb(0 0 0 / 0.05);
308
+
309
+ /* Drop shadows */
310
+ --drop-shadow: 0 1px 2px rgb(0 0 0 / 0.1), 0 1px 1px rgb(0 0 0 / 0.06);
311
+ --drop-shadow-sm: 0 1px 1px rgb(0 0 0 / 0.05);
312
+ --drop-shadow-md: 0 4px 3px rgb(0 0 0 / 0.07), 0 2px 2px rgb(0 0 0 / 0.06);
313
+ --drop-shadow-lg: 0 10px 8px rgb(0 0 0 / 0.04), 0 4px 3px rgb(0 0 0 / 0.1);
314
+ --drop-shadow-xl: 0 20px 13px rgb(0 0 0 / 0.03), 0 8px 5px rgb(0 0 0 / 0.08);
315
+ --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
316
+
317
+ /* Spacing */
318
+ --spacing-px: 1px;
319
+ --spacing-0: 0px;
320
+ --spacing-0_5: 0.125rem;
321
+ --spacing-1: 0.25rem;
322
+ --spacing-1_5: 0.375rem;
323
+ --spacing-2: 0.5rem;
324
+ --spacing-2_5: 0.625rem;
325
+ --spacing-3: 0.75rem;
326
+ --spacing-3_5: 0.875rem;
327
+ --spacing-4: 1rem;
328
+ --spacing-5: 1.25rem;
329
+ --spacing-6: 1.5rem;
330
+ --spacing-7: 1.75rem;
331
+ --spacing-8: 2rem;
332
+ --spacing-9: 2.25rem;
333
+ --spacing-10: 2.5rem;
334
+ --spacing-11: 2.75rem;
335
+ --spacing-12: 3rem;
336
+ --spacing-14: 3.5rem;
337
+ --spacing-16: 4rem;
338
+ --spacing-20: 5rem;
339
+ --spacing-24: 6rem;
340
+ --spacing-28: 7rem;
341
+ --spacing-32: 8rem;
342
+ --spacing-36: 9rem;
343
+ --spacing-40: 10rem;
344
+ --spacing-44: 11rem;
345
+ --spacing-48: 12rem;
346
+ --spacing-52: 13rem;
347
+ --spacing-56: 14rem;
348
+ --spacing-60: 15rem;
349
+ --spacing-64: 16rem;
350
+ --spacing-72: 18rem;
351
+ --spacing-80: 20rem;
352
+ --spacing-96: 24rem;
353
+
354
+ /* Widths */
355
+ --width-3xs: 16rem;
356
+ --width-2xs: 18rem;
357
+ --width-xs: 20rem;
358
+ --width-sm: 24rem;
359
+ --width-md: 28rem;
360
+ --width-lg: 32rem;
361
+ --width-xl: 36rem;
362
+ --width-2xl: 42rem;
363
+ --width-3xl: 48rem;
364
+ --width-4xl: 56rem;
365
+ --width-5xl: 64rem;
366
+ --width-6xl: 72rem;
367
+ --width-7xl: 80rem;
368
+ --width-prose: 65ch;
369
+
370
+ /* Fonts */
371
+ --font-family-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
372
+ 'Segoe UI Symbol', 'Noto Color Emoji';
373
+ --font-family-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
374
+ --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
375
+ 'Courier New', monospace;
376
+
377
+ /* Type scale */
378
+ --font-size-xs: 0.75rem;
379
+ --font-size-xs--line-height: 1rem;
380
+ --font-size-sm: 0.875rem;
381
+ --font-size-sm--line-height: 1.25rem;
382
+ --font-size-base: 1rem;
383
+ --font-size-base--line-height: 1.5rem;
384
+ --font-size-lg: 1.125rem;
385
+ --font-size-lg--line-height: 1.75rem;
386
+ --font-size-xl: 1.25rem;
387
+ --font-size-xl--line-height: 1.75rem;
388
+ --font-size-2xl: 1.5rem;
389
+ --font-size-2xl--line-height: 2rem;
390
+ --font-size-3xl: 1.875rem;
391
+ --font-size-3xl--line-height: 2.25rem;
392
+ --font-size-4xl: 2.25rem;
393
+ --font-size-4xl--line-height: 2.5rem;
394
+ --font-size-5xl: 3rem;
395
+ --font-size-5xl--line-height: 1;
396
+ --font-size-6xl: 3.75rem;
397
+ --font-size-6xl--line-height: 1;
398
+ --font-size-7xl: 4.5rem;
399
+ --font-size-7xl--line-height: 1;
400
+ --font-size-8xl: 6rem;
401
+ --font-size-8xl--line-height: 1;
402
+ --font-size-9xl: 8rem;
403
+ --font-size-9xl--line-height: 1;
404
+
405
+ /* Letter spacing */
406
+ --letter-spacing-tighter: -0.05em;
407
+ --letter-spacing-tight: -0.025em;
408
+ --letter-spacing-normal: 0em;
409
+ --letter-spacing-wide: 0.025em;
410
+ --letter-spacing-wider: 0.05em;
411
+ --letter-spacing-widest: 0.1em;
412
+
413
+ /* Line-height */
414
+ --line-height-none: 1;
415
+ --line-height-tight: 1.25;
416
+ --line-height-snug: 1.375;
417
+ --line-height-normal: 1.5;
418
+ --line-height-relaxed: 1.625;
419
+ --line-height-loose: 2;
420
+ --line-height-3: 0.75rem;
421
+ --line-height-4: 1rem;
422
+ --line-height-5: 1.25rem;
423
+ --line-height-6: 1.5rem;
424
+ --line-height-7: 1.75rem;
425
+ --line-height-8: 2rem;
426
+ --line-height-9: 2.25rem;
427
+ --line-height-10: 2.5rem;
428
+
429
+ /* Transition timing functions */
430
+ --transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
431
+ --transition-timing-function-linear: linear;
432
+ --transition-timing-function-in: cubic-bezier(0.4, 0, 1, 1);
433
+ --transition-timing-function-out: cubic-bezier(0, 0, 0.2, 1);
434
+ --transition-timing-function-in-out: cubic-bezier(0.4, 0, 0.2, 1);
435
+
436
+ @keyframes spin {
437
+ to {
438
+ transform: rotate(360deg);
439
+ }
440
+ }
441
+
442
+ @keyframes ping {
443
+ 75%,
444
+ 100% {
445
+ transform: scale(2);
446
+ opacity: 0;
447
+ }
448
+ }
449
+
450
+ @keyframes pulse {
451
+ 50% {
452
+ opacity: 0.5;
453
+ }
454
+ }
455
+
456
+ @keyframes bounce {
457
+ 0%,
458
+ 100% {
459
+ transform: translateY(-25%);
460
+ animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
461
+ }
462
+
463
+ 50% {
464
+ transform: none;
465
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
466
+ }
467
+ }
468
+ }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) Tailwind Labs, Inc.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/README.md DELETED
@@ -1,41 +0,0 @@
1
- <p align="center">
2
- <a href="https://tailwindcss.com" target="_blank">
3
- <picture>
4
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-dark.svg">
5
- <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-light.svg">
6
- <img alt="Tailwind CSS" src="https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-light.svg" width="350" height="70" style="max-width: 100%;">
7
- </picture>
8
- </a>
9
- </p>
10
-
11
- <p align="center">
12
- A utility-first CSS framework for rapidly building custom user interfaces.
13
- </p>
14
-
15
-
16
- <p align="center">
17
- <a href="https://github.com/tailwindlabs/tailwindcss/actions"><img src="https://img.shields.io/github/actions/workflow/status/tailwindlabs/tailwindcss/ci-stable.yml?branch=master" alt="Build Status"></a>
18
- <a href="https://www.npmjs.com/package/tailwindcss"><img src="https://img.shields.io/npm/dt/tailwindcss.svg" alt="Total Downloads"></a>
19
- <a href="https://github.com/tailwindcss/tailwindcss/releases"><img src="https://img.shields.io/npm/v/tailwindcss.svg" alt="Latest Release"></a>
20
- <a href="https://github.com/tailwindcss/tailwindcss/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/tailwindcss.svg" alt="License"></a>
21
- </p>
22
-
23
- ------
24
-
25
- ## Documentation
26
-
27
- For full documentation, visit [tailwindcss.com](https://tailwindcss.com/).
28
-
29
- ## Community
30
-
31
- For help, discussion about best practices, or any other conversation that would benefit from being searchable:
32
-
33
- [Discuss Tailwind CSS on GitHub](https://github.com/tailwindcss/tailwindcss/discussions)
34
-
35
- For casual chit-chat with others using the framework:
36
-
37
- [Join the Tailwind CSS Discord Server](https://discord.gg/7NF8GNe)
38
-
39
- ## Contributing
40
-
41
- If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/master/.github/CONTRIBUTING.md) **before submitting a pull request**.
package/base.css DELETED
@@ -1 +0,0 @@
1
- @tailwind base;
package/colors.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import type { DefaultColors } from './types/generated/colors'
2
- declare const colors: DefaultColors
3
- export = colors
package/colors.js DELETED
@@ -1,2 +0,0 @@
1
- let colors = require('./lib/public/colors')
2
- module.exports = (colors.__esModule ? colors : { default: colors }).default
package/components.css DELETED
@@ -1 +0,0 @@
1
- @tailwind components;
@@ -1,3 +0,0 @@
1
- import type { Config } from './types/config'
2
- declare const config: Config
3
- export = config
package/defaultConfig.js DELETED
@@ -1,2 +0,0 @@
1
- let defaultConfig = require('./lib/public/default-config')
2
- module.exports = (defaultConfig.__esModule ? defaultConfig : { default: defaultConfig }).default
package/defaultTheme.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import type { Config } from './types/config'
2
- import { DefaultTheme } from './types/generated/default-theme'
3
- declare const theme: Config['theme'] & DefaultTheme
4
- export = theme
package/defaultTheme.js DELETED
@@ -1,2 +0,0 @@
1
- let defaultTheme = require('./lib/public/default-theme')
2
- module.exports = (defaultTheme.__esModule ? defaultTheme : { default: defaultTheme }).default
@@ -1,62 +0,0 @@
1
- // @ts-check
2
- "use strict";
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- function _export(target, all) {
7
- for(var name in all)Object.defineProperty(target, name, {
8
- enumerable: true,
9
- get: all[name]
10
- });
11
- }
12
- _export(exports, {
13
- loadPostcss: function() {
14
- return loadPostcss;
15
- },
16
- loadPostcssImport: function() {
17
- return loadPostcssImport;
18
- },
19
- loadCssNano: function() {
20
- return loadCssNano;
21
- },
22
- loadAutoprefixer: function() {
23
- return loadAutoprefixer;
24
- }
25
- });
26
- const _index = require("../../../peers/index.js");
27
- function loadPostcss() {
28
- // Try to load a local `postcss` version first
29
- try {
30
- return require("postcss");
31
- } catch {}
32
- return (0, _index.lazyPostcss)();
33
- }
34
- function loadPostcssImport() {
35
- // Try to load a local `postcss-import` version first
36
- try {
37
- return require("postcss-import");
38
- } catch {}
39
- return (0, _index.lazyPostcssImport)();
40
- }
41
- function loadCssNano() {
42
- let options = {
43
- preset: [
44
- "default",
45
- {
46
- cssDeclarationSorter: false
47
- }
48
- ]
49
- };
50
- // Try to load a local `cssnano` version first
51
- try {
52
- return require("cssnano");
53
- } catch {}
54
- return (0, _index.lazyCssnano)()(options);
55
- }
56
- function loadAutoprefixer() {
57
- // Try to load a local `autoprefixer` version first
58
- try {
59
- return require("autoprefixer");
60
- } catch {}
61
- return (0, _index.lazyAutoprefixer)();
62
- }
@@ -1,54 +0,0 @@
1
- // @ts-check
2
- "use strict";
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "build", {
7
- enumerable: true,
8
- get: function() {
9
- return build;
10
- }
11
- });
12
- const _fs = /*#__PURE__*/ _interop_require_default(require("fs"));
13
- const _path = /*#__PURE__*/ _interop_require_default(require("path"));
14
- const _resolveConfigPath = require("../../util/resolveConfigPath.js");
15
- const _plugin = require("./plugin.js");
16
- function _interop_require_default(obj) {
17
- return obj && obj.__esModule ? obj : {
18
- default: obj
19
- };
20
- }
21
- async function build(args) {
22
- let input = args["--input"];
23
- let shouldWatch = args["--watch"];
24
- // TODO: Deprecate this in future versions
25
- if (!input && args["_"][1]) {
26
- console.error("[deprecation] Running tailwindcss without -i, please provide an input file.");
27
- input = args["--input"] = args["_"][1];
28
- }
29
- if (input && input !== "-" && !_fs.default.existsSync(input = _path.default.resolve(input))) {
30
- console.error(`Specified input file ${args["--input"]} does not exist.`);
31
- process.exit(9);
32
- }
33
- if (args["--config"] && !_fs.default.existsSync(args["--config"] = _path.default.resolve(args["--config"]))) {
34
- console.error(`Specified config file ${args["--config"]} does not exist.`);
35
- process.exit(9);
36
- }
37
- // TODO: Reference the @config path here if exists
38
- let configPath = args["--config"] ? args["--config"] : (0, _resolveConfigPath.resolveDefaultConfigPath)();
39
- let processor = await (0, _plugin.createProcessor)(args, configPath);
40
- if (shouldWatch) {
41
- // Abort the watcher if stdin is closed to avoid zombie processes
42
- // You can disable this behavior with --watch=always
43
- if (args["--watch"] !== "always") {
44
- process.stdin.on("end", ()=>process.exit(0));
45
- }
46
- process.stdin.resume();
47
- await processor.watch();
48
- } else {
49
- await processor.build().catch((e)=>{
50
- console.error(e);
51
- process.exit(1);
52
- });
53
- }
54
- }