vaderjs 1.1.0 → 1.1.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 (1643) hide show
  1. package/.vscode/settings.json +3 -0
  2. package/package.json +1 -1
  3. package/readme.md +68 -5
  4. package/vader.js +249 -119
  5. package/vaderRouter.js +110 -28
  6. package/website/dist/init.js +9 -0
  7. package/website/dist/styles/main.css +9704 -0
  8. package/website/dist/vader/vader.js +592 -0
  9. package/website/dist/vader/vaderRouter.js +488 -0
  10. package/website/index.html +23 -0
  11. package/website/node_modules/.bin/cssesc +12 -0
  12. package/website/node_modules/.bin/cssesc.cmd +17 -0
  13. package/website/node_modules/.bin/cssesc.ps1 +28 -0
  14. package/website/node_modules/.bin/jiti +12 -0
  15. package/website/node_modules/.bin/jiti.cmd +17 -0
  16. package/website/node_modules/.bin/jiti.ps1 +28 -0
  17. package/website/node_modules/.bin/nanoid +12 -0
  18. package/website/node_modules/.bin/nanoid.cmd +17 -0
  19. package/website/node_modules/.bin/nanoid.ps1 +28 -0
  20. package/website/node_modules/.bin/resolve +12 -0
  21. package/website/node_modules/.bin/resolve.cmd +17 -0
  22. package/website/node_modules/.bin/resolve.ps1 +28 -0
  23. package/website/node_modules/.bin/sucrase +12 -0
  24. package/website/node_modules/.bin/sucrase-node +12 -0
  25. package/website/node_modules/.bin/sucrase-node.cmd +17 -0
  26. package/website/node_modules/.bin/sucrase-node.ps1 +28 -0
  27. package/website/node_modules/.bin/sucrase.cmd +17 -0
  28. package/website/node_modules/.bin/sucrase.ps1 +28 -0
  29. package/website/node_modules/.bin/tailwind +12 -0
  30. package/website/node_modules/.bin/tailwind.cmd +17 -0
  31. package/website/node_modules/.bin/tailwind.ps1 +28 -0
  32. package/website/node_modules/.bin/tailwindcss +12 -0
  33. package/website/node_modules/.bin/tailwindcss.cmd +17 -0
  34. package/website/node_modules/.bin/tailwindcss.ps1 +28 -0
  35. package/website/node_modules/.package-lock.json +919 -0
  36. package/website/node_modules/@alloc/quick-lru/index.d.ts +128 -0
  37. package/website/node_modules/@alloc/quick-lru/index.js +263 -0
  38. package/website/node_modules/@alloc/quick-lru/license +9 -0
  39. package/website/node_modules/@alloc/quick-lru/package.json +43 -0
  40. package/website/node_modules/@alloc/quick-lru/readme.md +139 -0
  41. package/website/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  42. package/website/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  43. package/website/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
  44. package/website/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
  45. package/website/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +236 -0
  46. package/website/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
  47. package/website/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +90 -0
  48. package/website/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  49. package/website/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +35 -0
  50. package/website/node_modules/@jridgewell/gen-mapping/package.json +77 -0
  51. package/website/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  52. package/website/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  53. package/website/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
  54. package/website/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  55. package/website/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +250 -0
  56. package/website/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
  57. package/website/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
  58. package/website/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  59. package/website/node_modules/@jridgewell/set-array/LICENSE +19 -0
  60. package/website/node_modules/@jridgewell/set-array/README.md +37 -0
  61. package/website/node_modules/@jridgewell/set-array/dist/set-array.mjs +48 -0
  62. package/website/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
  63. package/website/node_modules/@jridgewell/set-array/dist/set-array.umd.js +58 -0
  64. package/website/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
  65. package/website/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +26 -0
  66. package/website/node_modules/@jridgewell/set-array/package.json +66 -0
  67. package/website/node_modules/@jridgewell/set-array/src/set-array.ts +55 -0
  68. package/website/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
  69. package/website/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
  70. package/website/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
  71. package/website/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  72. package/website/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
  73. package/website/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
  74. package/website/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
  75. package/website/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
  76. package/website/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  77. package/website/node_modules/@jridgewell/trace-mapping/README.md +252 -0
  78. package/website/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +552 -0
  79. package/website/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
  80. package/website/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +566 -0
  81. package/website/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
  82. package/website/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
  83. package/website/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
  84. package/website/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
  85. package/website/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
  86. package/website/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
  87. package/website/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
  88. package/website/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
  89. package/website/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +74 -0
  90. package/website/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +92 -0
  91. package/website/node_modules/@jridgewell/trace-mapping/package.json +75 -0
  92. package/website/node_modules/@nodelib/fs.scandir/LICENSE +21 -0
  93. package/website/node_modules/@nodelib/fs.scandir/README.md +171 -0
  94. package/website/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
  95. package/website/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +19 -0
  96. package/website/node_modules/@nodelib/fs.scandir/out/constants.d.ts +4 -0
  97. package/website/node_modules/@nodelib/fs.scandir/out/constants.js +17 -0
  98. package/website/node_modules/@nodelib/fs.scandir/out/index.d.ts +12 -0
  99. package/website/node_modules/@nodelib/fs.scandir/out/index.js +26 -0
  100. package/website/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
  101. package/website/node_modules/@nodelib/fs.scandir/out/providers/async.js +104 -0
  102. package/website/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +1 -0
  103. package/website/node_modules/@nodelib/fs.scandir/out/providers/common.js +13 -0
  104. package/website/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +5 -0
  105. package/website/node_modules/@nodelib/fs.scandir/out/providers/sync.js +54 -0
  106. package/website/node_modules/@nodelib/fs.scandir/out/settings.d.ts +20 -0
  107. package/website/node_modules/@nodelib/fs.scandir/out/settings.js +24 -0
  108. package/website/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
  109. package/website/node_modules/@nodelib/fs.scandir/out/types/index.js +2 -0
  110. package/website/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +2 -0
  111. package/website/node_modules/@nodelib/fs.scandir/out/utils/fs.js +19 -0
  112. package/website/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +2 -0
  113. package/website/node_modules/@nodelib/fs.scandir/out/utils/index.js +5 -0
  114. package/website/node_modules/@nodelib/fs.scandir/package.json +44 -0
  115. package/website/node_modules/@nodelib/fs.stat/LICENSE +21 -0
  116. package/website/node_modules/@nodelib/fs.stat/README.md +126 -0
  117. package/website/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
  118. package/website/node_modules/@nodelib/fs.stat/out/adapters/fs.js +17 -0
  119. package/website/node_modules/@nodelib/fs.stat/out/index.d.ts +12 -0
  120. package/website/node_modules/@nodelib/fs.stat/out/index.js +26 -0
  121. package/website/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
  122. package/website/node_modules/@nodelib/fs.stat/out/providers/async.js +36 -0
  123. package/website/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +3 -0
  124. package/website/node_modules/@nodelib/fs.stat/out/providers/sync.js +23 -0
  125. package/website/node_modules/@nodelib/fs.stat/out/settings.d.ts +16 -0
  126. package/website/node_modules/@nodelib/fs.stat/out/settings.js +16 -0
  127. package/website/node_modules/@nodelib/fs.stat/out/types/index.d.ts +4 -0
  128. package/website/node_modules/@nodelib/fs.stat/out/types/index.js +2 -0
  129. package/website/node_modules/@nodelib/fs.stat/package.json +37 -0
  130. package/website/node_modules/@nodelib/fs.walk/LICENSE +21 -0
  131. package/website/node_modules/@nodelib/fs.walk/README.md +215 -0
  132. package/website/node_modules/@nodelib/fs.walk/out/index.d.ts +14 -0
  133. package/website/node_modules/@nodelib/fs.walk/out/index.js +34 -0
  134. package/website/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
  135. package/website/node_modules/@nodelib/fs.walk/out/providers/async.js +30 -0
  136. package/website/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +4 -0
  137. package/website/node_modules/@nodelib/fs.walk/out/providers/index.js +9 -0
  138. package/website/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +12 -0
  139. package/website/node_modules/@nodelib/fs.walk/out/providers/stream.js +34 -0
  140. package/website/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +10 -0
  141. package/website/node_modules/@nodelib/fs.walk/out/providers/sync.js +14 -0
  142. package/website/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
  143. package/website/node_modules/@nodelib/fs.walk/out/readers/async.js +97 -0
  144. package/website/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +7 -0
  145. package/website/node_modules/@nodelib/fs.walk/out/readers/common.js +31 -0
  146. package/website/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
  147. package/website/node_modules/@nodelib/fs.walk/out/readers/reader.js +11 -0
  148. package/website/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +15 -0
  149. package/website/node_modules/@nodelib/fs.walk/out/readers/sync.js +59 -0
  150. package/website/node_modules/@nodelib/fs.walk/out/settings.d.ts +30 -0
  151. package/website/node_modules/@nodelib/fs.walk/out/settings.js +26 -0
  152. package/website/node_modules/@nodelib/fs.walk/out/types/index.d.ts +8 -0
  153. package/website/node_modules/@nodelib/fs.walk/out/types/index.js +2 -0
  154. package/website/node_modules/@nodelib/fs.walk/package.json +44 -0
  155. package/website/node_modules/any-promise/.jshintrc +4 -0
  156. package/website/node_modules/any-promise/LICENSE +19 -0
  157. package/website/node_modules/any-promise/README.md +161 -0
  158. package/website/node_modules/any-promise/implementation.d.ts +3 -0
  159. package/website/node_modules/any-promise/implementation.js +1 -0
  160. package/website/node_modules/any-promise/index.d.ts +73 -0
  161. package/website/node_modules/any-promise/index.js +1 -0
  162. package/website/node_modules/any-promise/loader.js +78 -0
  163. package/website/node_modules/any-promise/optional.js +6 -0
  164. package/website/node_modules/any-promise/package.json +45 -0
  165. package/website/node_modules/any-promise/register/bluebird.d.ts +1 -0
  166. package/website/node_modules/any-promise/register/bluebird.js +2 -0
  167. package/website/node_modules/any-promise/register/es6-promise.d.ts +1 -0
  168. package/website/node_modules/any-promise/register/es6-promise.js +2 -0
  169. package/website/node_modules/any-promise/register/lie.d.ts +1 -0
  170. package/website/node_modules/any-promise/register/lie.js +2 -0
  171. package/website/node_modules/any-promise/register/native-promise-only.d.ts +1 -0
  172. package/website/node_modules/any-promise/register/native-promise-only.js +2 -0
  173. package/website/node_modules/any-promise/register/pinkie.d.ts +1 -0
  174. package/website/node_modules/any-promise/register/pinkie.js +2 -0
  175. package/website/node_modules/any-promise/register/promise.d.ts +1 -0
  176. package/website/node_modules/any-promise/register/promise.js +2 -0
  177. package/website/node_modules/any-promise/register/q.d.ts +1 -0
  178. package/website/node_modules/any-promise/register/q.js +2 -0
  179. package/website/node_modules/any-promise/register/rsvp.d.ts +1 -0
  180. package/website/node_modules/any-promise/register/rsvp.js +2 -0
  181. package/website/node_modules/any-promise/register/vow.d.ts +1 -0
  182. package/website/node_modules/any-promise/register/vow.js +2 -0
  183. package/website/node_modules/any-promise/register/when.d.ts +1 -0
  184. package/website/node_modules/any-promise/register/when.js +2 -0
  185. package/website/node_modules/any-promise/register-shim.js +18 -0
  186. package/website/node_modules/any-promise/register.d.ts +17 -0
  187. package/website/node_modules/any-promise/register.js +94 -0
  188. package/website/node_modules/anymatch/LICENSE +15 -0
  189. package/website/node_modules/anymatch/README.md +87 -0
  190. package/website/node_modules/anymatch/index.d.ts +20 -0
  191. package/website/node_modules/anymatch/index.js +104 -0
  192. package/website/node_modules/anymatch/package.json +48 -0
  193. package/website/node_modules/arg/LICENSE.md +21 -0
  194. package/website/node_modules/arg/README.md +317 -0
  195. package/website/node_modules/arg/index.d.ts +44 -0
  196. package/website/node_modules/arg/index.js +195 -0
  197. package/website/node_modules/arg/package.json +28 -0
  198. package/website/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  199. package/website/node_modules/balanced-match/LICENSE.md +21 -0
  200. package/website/node_modules/balanced-match/README.md +97 -0
  201. package/website/node_modules/balanced-match/index.js +62 -0
  202. package/website/node_modules/balanced-match/package.json +48 -0
  203. package/website/node_modules/binary-extensions/binary-extensions.json +260 -0
  204. package/website/node_modules/binary-extensions/binary-extensions.json.d.ts +3 -0
  205. package/website/node_modules/binary-extensions/index.d.ts +14 -0
  206. package/website/node_modules/binary-extensions/index.js +1 -0
  207. package/website/node_modules/binary-extensions/license +9 -0
  208. package/website/node_modules/binary-extensions/package.json +38 -0
  209. package/website/node_modules/binary-extensions/readme.md +41 -0
  210. package/website/node_modules/brace-expansion/LICENSE +21 -0
  211. package/website/node_modules/brace-expansion/README.md +129 -0
  212. package/website/node_modules/brace-expansion/index.js +201 -0
  213. package/website/node_modules/brace-expansion/package.json +47 -0
  214. package/website/node_modules/braces/CHANGELOG.md +184 -0
  215. package/website/node_modules/braces/LICENSE +21 -0
  216. package/website/node_modules/braces/README.md +593 -0
  217. package/website/node_modules/braces/index.js +170 -0
  218. package/website/node_modules/braces/lib/compile.js +57 -0
  219. package/website/node_modules/braces/lib/constants.js +57 -0
  220. package/website/node_modules/braces/lib/expand.js +113 -0
  221. package/website/node_modules/braces/lib/parse.js +333 -0
  222. package/website/node_modules/braces/lib/stringify.js +32 -0
  223. package/website/node_modules/braces/lib/utils.js +112 -0
  224. package/website/node_modules/braces/package.json +77 -0
  225. package/website/node_modules/camelcase-css/README.md +27 -0
  226. package/website/node_modules/camelcase-css/index-es5.js +24 -0
  227. package/website/node_modules/camelcase-css/index.js +30 -0
  228. package/website/node_modules/camelcase-css/license +21 -0
  229. package/website/node_modules/camelcase-css/package.json +34 -0
  230. package/website/node_modules/chokidar/LICENSE +21 -0
  231. package/website/node_modules/chokidar/README.md +308 -0
  232. package/website/node_modules/chokidar/index.js +973 -0
  233. package/website/node_modules/chokidar/lib/constants.js +65 -0
  234. package/website/node_modules/chokidar/lib/fsevents-handler.js +524 -0
  235. package/website/node_modules/chokidar/lib/nodefs-handler.js +654 -0
  236. package/website/node_modules/chokidar/node_modules/glob-parent/CHANGELOG.md +110 -0
  237. package/website/node_modules/chokidar/node_modules/glob-parent/LICENSE +15 -0
  238. package/website/node_modules/chokidar/node_modules/glob-parent/README.md +137 -0
  239. package/website/node_modules/chokidar/node_modules/glob-parent/index.js +42 -0
  240. package/website/node_modules/chokidar/node_modules/glob-parent/package.json +48 -0
  241. package/website/node_modules/chokidar/package.json +85 -0
  242. package/website/node_modules/chokidar/types/index.d.ts +188 -0
  243. package/website/node_modules/colord/CHANGELOG.md +188 -0
  244. package/website/node_modules/colord/LICENSE.md +21 -0
  245. package/website/node_modules/colord/README.md +1053 -0
  246. package/website/node_modules/colord/colord.d.ts +103 -0
  247. package/website/node_modules/colord/constants.d.ts +10 -0
  248. package/website/node_modules/colord/extend.d.ts +4 -0
  249. package/website/node_modules/colord/helpers.d.ts +20 -0
  250. package/website/node_modules/colord/index.d.ts +5 -0
  251. package/website/node_modules/colord/index.js +1 -0
  252. package/website/node_modules/colord/index.mjs +1 -0
  253. package/website/node_modules/colord/package.json +210 -0
  254. package/website/node_modules/colord/parse.d.ts +8 -0
  255. package/website/node_modules/colord/plugins/a11y.d.ts +38 -0
  256. package/website/node_modules/colord/plugins/a11y.js +1 -0
  257. package/website/node_modules/colord/plugins/a11y.mjs +1 -0
  258. package/website/node_modules/colord/plugins/cmyk.d.ts +24 -0
  259. package/website/node_modules/colord/plugins/cmyk.js +1 -0
  260. package/website/node_modules/colord/plugins/cmyk.mjs +1 -0
  261. package/website/node_modules/colord/plugins/harmonies.d.ts +16 -0
  262. package/website/node_modules/colord/plugins/harmonies.js +1 -0
  263. package/website/node_modules/colord/plugins/harmonies.mjs +1 -0
  264. package/website/node_modules/colord/plugins/hwb.d.ts +23 -0
  265. package/website/node_modules/colord/plugins/hwb.js +1 -0
  266. package/website/node_modules/colord/plugins/hwb.mjs +1 -0
  267. package/website/node_modules/colord/plugins/lab.d.ts +23 -0
  268. package/website/node_modules/colord/plugins/lab.js +1 -0
  269. package/website/node_modules/colord/plugins/lab.mjs +1 -0
  270. package/website/node_modules/colord/plugins/lch.d.ts +24 -0
  271. package/website/node_modules/colord/plugins/lch.js +1 -0
  272. package/website/node_modules/colord/plugins/lch.mjs +1 -0
  273. package/website/node_modules/colord/plugins/minify.d.ts +20 -0
  274. package/website/node_modules/colord/plugins/minify.js +1 -0
  275. package/website/node_modules/colord/plugins/minify.mjs +1 -0
  276. package/website/node_modules/colord/plugins/mix.d.ts +27 -0
  277. package/website/node_modules/colord/plugins/mix.js +1 -0
  278. package/website/node_modules/colord/plugins/mix.mjs +1 -0
  279. package/website/node_modules/colord/plugins/names.d.ts +19 -0
  280. package/website/node_modules/colord/plugins/names.js +1 -0
  281. package/website/node_modules/colord/plugins/names.mjs +1 -0
  282. package/website/node_modules/colord/plugins/xyz.d.ts +14 -0
  283. package/website/node_modules/colord/plugins/xyz.js +1 -0
  284. package/website/node_modules/colord/plugins/xyz.mjs +1 -0
  285. package/website/node_modules/colord/random.d.ts +2 -0
  286. package/website/node_modules/colord/types.d.ts +67 -0
  287. package/website/node_modules/commander/CHANGELOG.md +436 -0
  288. package/website/node_modules/commander/LICENSE +22 -0
  289. package/website/node_modules/commander/Readme.md +713 -0
  290. package/website/node_modules/commander/index.js +1649 -0
  291. package/website/node_modules/commander/package.json +41 -0
  292. package/website/node_modules/commander/typings/index.d.ts +311 -0
  293. package/website/node_modules/concat-map/.travis.yml +4 -0
  294. package/website/node_modules/concat-map/LICENSE +18 -0
  295. package/website/node_modules/concat-map/README.markdown +62 -0
  296. package/website/node_modules/concat-map/example/map.js +6 -0
  297. package/website/node_modules/concat-map/index.js +13 -0
  298. package/website/node_modules/concat-map/package.json +43 -0
  299. package/website/node_modules/concat-map/test/map.js +39 -0
  300. package/website/node_modules/css-selector-tokenizer/LICENSE +7 -0
  301. package/website/node_modules/css-selector-tokenizer/README.md +92 -0
  302. package/website/node_modules/css-selector-tokenizer/lib/index.js +4 -0
  303. package/website/node_modules/css-selector-tokenizer/lib/parse.js +239 -0
  304. package/website/node_modules/css-selector-tokenizer/lib/parseValues.js +167 -0
  305. package/website/node_modules/css-selector-tokenizer/lib/stringify.js +62 -0
  306. package/website/node_modules/css-selector-tokenizer/lib/stringifyValues.js +62 -0
  307. package/website/node_modules/css-selector-tokenizer/lib/uni-regexp.js +6 -0
  308. package/website/node_modules/css-selector-tokenizer/package.json +48 -0
  309. package/website/node_modules/cssesc/LICENSE-MIT.txt +20 -0
  310. package/website/node_modules/cssesc/README.md +201 -0
  311. package/website/node_modules/cssesc/bin/cssesc +116 -0
  312. package/website/node_modules/cssesc/cssesc.js +110 -0
  313. package/website/node_modules/cssesc/man/cssesc.1 +70 -0
  314. package/website/node_modules/cssesc/package.json +51 -0
  315. package/website/node_modules/daisyui/LICENSE +21 -0
  316. package/website/node_modules/daisyui/README.md +231 -0
  317. package/website/node_modules/daisyui/dist/base.js +1 -0
  318. package/website/node_modules/daisyui/dist/full.css +50393 -0
  319. package/website/node_modules/daisyui/dist/styled.css +4874 -0
  320. package/website/node_modules/daisyui/dist/styled.js +1 -0
  321. package/website/node_modules/daisyui/dist/styled.rtl.js +1 -0
  322. package/website/node_modules/daisyui/dist/themes.css +1151 -0
  323. package/website/node_modules/daisyui/dist/unstyled.css +1212 -0
  324. package/website/node_modules/daisyui/dist/unstyled.js +1 -0
  325. package/website/node_modules/daisyui/dist/unstyled.rtl.js +1 -0
  326. package/website/node_modules/daisyui/dist/utilities-styled.js +1 -0
  327. package/website/node_modules/daisyui/dist/utilities-unstyled.js +1 -0
  328. package/website/node_modules/daisyui/dist/utilities.js +1 -0
  329. package/website/node_modules/daisyui/package.json +109 -0
  330. package/website/node_modules/daisyui/src/index.d.ts +111 -0
  331. package/website/node_modules/daisyui/src/index.js +186 -0
  332. package/website/node_modules/daisyui/src/lib/addPrefix.js +104 -0
  333. package/website/node_modules/daisyui/src/lib/responsiveRegex.js +45 -0
  334. package/website/node_modules/daisyui/src/theming/colorNames.js +34 -0
  335. package/website/node_modules/daisyui/src/theming/functions.js +269 -0
  336. package/website/node_modules/daisyui/src/theming/index.js +39 -0
  337. package/website/node_modules/daisyui/src/theming/themeDefaults.js +45 -0
  338. package/website/node_modules/daisyui/src/theming/themes.d.ts +5 -0
  339. package/website/node_modules/daisyui/src/theming/themes.js +435 -0
  340. package/website/node_modules/didyoumean/LICENSE +14 -0
  341. package/website/node_modules/didyoumean/README.md +134 -0
  342. package/website/node_modules/didyoumean/didYouMean-1.2.1.js +274 -0
  343. package/website/node_modules/didyoumean/didYouMean-1.2.1.min.js +17 -0
  344. package/website/node_modules/didyoumean/package.json +27 -0
  345. package/website/node_modules/dlv/README.md +76 -0
  346. package/website/node_modules/dlv/dist/dlv.es.js +2 -0
  347. package/website/node_modules/dlv/dist/dlv.es.js.map +1 -0
  348. package/website/node_modules/dlv/dist/dlv.js +2 -0
  349. package/website/node_modules/dlv/dist/dlv.js.map +1 -0
  350. package/website/node_modules/dlv/dist/dlv.umd.js +2 -0
  351. package/website/node_modules/dlv/dist/dlv.umd.js.map +1 -0
  352. package/website/node_modules/dlv/index.js +7 -0
  353. package/website/node_modules/dlv/package.json +30 -0
  354. package/website/node_modules/fast-glob/LICENSE +21 -0
  355. package/website/node_modules/fast-glob/README.md +830 -0
  356. package/website/node_modules/fast-glob/node_modules/glob-parent/CHANGELOG.md +110 -0
  357. package/website/node_modules/fast-glob/node_modules/glob-parent/LICENSE +15 -0
  358. package/website/node_modules/fast-glob/node_modules/glob-parent/README.md +137 -0
  359. package/website/node_modules/fast-glob/node_modules/glob-parent/index.js +42 -0
  360. package/website/node_modules/fast-glob/node_modules/glob-parent/package.json +48 -0
  361. package/website/node_modules/fast-glob/out/index.d.ts +40 -0
  362. package/website/node_modules/fast-glob/out/index.js +102 -0
  363. package/website/node_modules/fast-glob/out/managers/tasks.d.ts +22 -0
  364. package/website/node_modules/fast-glob/out/managers/tasks.js +110 -0
  365. package/website/node_modules/fast-glob/out/providers/async.d.ts +9 -0
  366. package/website/node_modules/fast-glob/out/providers/async.js +23 -0
  367. package/website/node_modules/fast-glob/out/providers/filters/deep.d.ts +16 -0
  368. package/website/node_modules/fast-glob/out/providers/filters/deep.js +62 -0
  369. package/website/node_modules/fast-glob/out/providers/filters/entry.d.ts +16 -0
  370. package/website/node_modules/fast-glob/out/providers/filters/entry.js +63 -0
  371. package/website/node_modules/fast-glob/out/providers/filters/error.d.ts +8 -0
  372. package/website/node_modules/fast-glob/out/providers/filters/error.js +15 -0
  373. package/website/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +33 -0
  374. package/website/node_modules/fast-glob/out/providers/matchers/matcher.js +45 -0
  375. package/website/node_modules/fast-glob/out/providers/matchers/partial.d.ts +4 -0
  376. package/website/node_modules/fast-glob/out/providers/matchers/partial.js +38 -0
  377. package/website/node_modules/fast-glob/out/providers/provider.d.ts +19 -0
  378. package/website/node_modules/fast-glob/out/providers/provider.js +48 -0
  379. package/website/node_modules/fast-glob/out/providers/stream.d.ts +11 -0
  380. package/website/node_modules/fast-glob/out/providers/stream.js +31 -0
  381. package/website/node_modules/fast-glob/out/providers/sync.d.ts +9 -0
  382. package/website/node_modules/fast-glob/out/providers/sync.js +23 -0
  383. package/website/node_modules/fast-glob/out/providers/transformers/entry.d.ts +8 -0
  384. package/website/node_modules/fast-glob/out/providers/transformers/entry.js +26 -0
  385. package/website/node_modules/fast-glob/out/readers/async.d.ts +10 -0
  386. package/website/node_modules/fast-glob/out/readers/async.js +35 -0
  387. package/website/node_modules/fast-glob/out/readers/reader.d.ts +15 -0
  388. package/website/node_modules/fast-glob/out/readers/reader.js +33 -0
  389. package/website/node_modules/fast-glob/out/readers/stream.d.ts +14 -0
  390. package/website/node_modules/fast-glob/out/readers/stream.js +55 -0
  391. package/website/node_modules/fast-glob/out/readers/sync.d.ts +12 -0
  392. package/website/node_modules/fast-glob/out/readers/sync.js +43 -0
  393. package/website/node_modules/fast-glob/out/settings.d.ts +164 -0
  394. package/website/node_modules/fast-glob/out/settings.js +59 -0
  395. package/website/node_modules/fast-glob/out/types/index.d.ts +31 -0
  396. package/website/node_modules/fast-glob/out/types/index.js +2 -0
  397. package/website/node_modules/fast-glob/out/utils/array.d.ts +2 -0
  398. package/website/node_modules/fast-glob/out/utils/array.js +22 -0
  399. package/website/node_modules/fast-glob/out/utils/errno.d.ts +2 -0
  400. package/website/node_modules/fast-glob/out/utils/errno.js +7 -0
  401. package/website/node_modules/fast-glob/out/utils/fs.d.ts +4 -0
  402. package/website/node_modules/fast-glob/out/utils/fs.js +19 -0
  403. package/website/node_modules/fast-glob/out/utils/index.d.ts +8 -0
  404. package/website/node_modules/fast-glob/out/utils/index.js +17 -0
  405. package/website/node_modules/fast-glob/out/utils/path.d.ts +13 -0
  406. package/website/node_modules/fast-glob/out/utils/path.js +68 -0
  407. package/website/node_modules/fast-glob/out/utils/pattern.d.ts +47 -0
  408. package/website/node_modules/fast-glob/out/utils/pattern.js +188 -0
  409. package/website/node_modules/fast-glob/out/utils/stream.d.ts +4 -0
  410. package/website/node_modules/fast-glob/out/utils/stream.js +17 -0
  411. package/website/node_modules/fast-glob/out/utils/string.d.ts +2 -0
  412. package/website/node_modules/fast-glob/out/utils/string.js +11 -0
  413. package/website/node_modules/fast-glob/package.json +81 -0
  414. package/website/node_modules/fastparse/LICENSE +7 -0
  415. package/website/node_modules/fastparse/README.md +118 -0
  416. package/website/node_modules/fastparse/lib/Parser.js +108 -0
  417. package/website/node_modules/fastparse/package.json +39 -0
  418. package/website/node_modules/fastq/.github/dependabot.yml +11 -0
  419. package/website/node_modules/fastq/.github/workflows/ci.yml +50 -0
  420. package/website/node_modules/fastq/LICENSE +13 -0
  421. package/website/node_modules/fastq/README.md +309 -0
  422. package/website/node_modules/fastq/bench.js +66 -0
  423. package/website/node_modules/fastq/example.js +14 -0
  424. package/website/node_modules/fastq/example.mjs +11 -0
  425. package/website/node_modules/fastq/index.d.ts +37 -0
  426. package/website/node_modules/fastq/package.json +52 -0
  427. package/website/node_modules/fastq/queue.js +289 -0
  428. package/website/node_modules/fastq/test/example.ts +81 -0
  429. package/website/node_modules/fastq/test/promise.js +248 -0
  430. package/website/node_modules/fastq/test/test.js +566 -0
  431. package/website/node_modules/fastq/test/tsconfig.json +11 -0
  432. package/website/node_modules/fill-range/LICENSE +21 -0
  433. package/website/node_modules/fill-range/README.md +237 -0
  434. package/website/node_modules/fill-range/index.js +249 -0
  435. package/website/node_modules/fill-range/package.json +69 -0
  436. package/website/node_modules/fs.realpath/LICENSE +43 -0
  437. package/website/node_modules/fs.realpath/README.md +33 -0
  438. package/website/node_modules/fs.realpath/index.js +66 -0
  439. package/website/node_modules/fs.realpath/old.js +303 -0
  440. package/website/node_modules/fs.realpath/package.json +26 -0
  441. package/website/node_modules/function-bind/.editorconfig +20 -0
  442. package/website/node_modules/function-bind/.eslintrc +15 -0
  443. package/website/node_modules/function-bind/.jscs.json +176 -0
  444. package/website/node_modules/function-bind/.travis.yml +168 -0
  445. package/website/node_modules/function-bind/LICENSE +20 -0
  446. package/website/node_modules/function-bind/README.md +48 -0
  447. package/website/node_modules/function-bind/implementation.js +52 -0
  448. package/website/node_modules/function-bind/index.js +5 -0
  449. package/website/node_modules/function-bind/package.json +63 -0
  450. package/website/node_modules/function-bind/test/.eslintrc +9 -0
  451. package/website/node_modules/function-bind/test/index.js +252 -0
  452. package/website/node_modules/glob/LICENSE +21 -0
  453. package/website/node_modules/glob/README.md +375 -0
  454. package/website/node_modules/glob/changelog.md +67 -0
  455. package/website/node_modules/glob/common.js +240 -0
  456. package/website/node_modules/glob/glob.js +790 -0
  457. package/website/node_modules/glob/package.json +46 -0
  458. package/website/node_modules/glob/sync.js +486 -0
  459. package/website/node_modules/glob-parent/LICENSE +15 -0
  460. package/website/node_modules/glob-parent/README.md +134 -0
  461. package/website/node_modules/glob-parent/index.js +75 -0
  462. package/website/node_modules/glob-parent/package.json +54 -0
  463. package/website/node_modules/has/LICENSE-MIT +22 -0
  464. package/website/node_modules/has/README.md +18 -0
  465. package/website/node_modules/has/package.json +48 -0
  466. package/website/node_modules/has/src/index.js +5 -0
  467. package/website/node_modules/has/test/index.js +10 -0
  468. package/website/node_modules/inflight/LICENSE +15 -0
  469. package/website/node_modules/inflight/README.md +37 -0
  470. package/website/node_modules/inflight/inflight.js +54 -0
  471. package/website/node_modules/inflight/package.json +29 -0
  472. package/website/node_modules/inherits/LICENSE +16 -0
  473. package/website/node_modules/inherits/README.md +42 -0
  474. package/website/node_modules/inherits/inherits.js +9 -0
  475. package/website/node_modules/inherits/inherits_browser.js +27 -0
  476. package/website/node_modules/inherits/package.json +29 -0
  477. package/website/node_modules/is-binary-path/index.d.ts +17 -0
  478. package/website/node_modules/is-binary-path/index.js +7 -0
  479. package/website/node_modules/is-binary-path/license +9 -0
  480. package/website/node_modules/is-binary-path/package.json +40 -0
  481. package/website/node_modules/is-binary-path/readme.md +34 -0
  482. package/website/node_modules/is-core-module/.eslintrc +18 -0
  483. package/website/node_modules/is-core-module/.nycrc +9 -0
  484. package/website/node_modules/is-core-module/CHANGELOG.md +173 -0
  485. package/website/node_modules/is-core-module/LICENSE +20 -0
  486. package/website/node_modules/is-core-module/README.md +40 -0
  487. package/website/node_modules/is-core-module/core.json +158 -0
  488. package/website/node_modules/is-core-module/index.js +69 -0
  489. package/website/node_modules/is-core-module/package.json +73 -0
  490. package/website/node_modules/is-core-module/test/index.js +133 -0
  491. package/website/node_modules/is-extglob/LICENSE +21 -0
  492. package/website/node_modules/is-extglob/README.md +107 -0
  493. package/website/node_modules/is-extglob/index.js +20 -0
  494. package/website/node_modules/is-extglob/package.json +69 -0
  495. package/website/node_modules/is-glob/LICENSE +21 -0
  496. package/website/node_modules/is-glob/README.md +206 -0
  497. package/website/node_modules/is-glob/index.js +150 -0
  498. package/website/node_modules/is-glob/package.json +81 -0
  499. package/website/node_modules/is-number/LICENSE +21 -0
  500. package/website/node_modules/is-number/README.md +187 -0
  501. package/website/node_modules/is-number/index.js +18 -0
  502. package/website/node_modules/is-number/package.json +82 -0
  503. package/website/node_modules/jiti/LICENSE +21 -0
  504. package/website/node_modules/jiti/README.md +161 -0
  505. package/website/node_modules/jiti/bin/jiti.js +16 -0
  506. package/website/node_modules/jiti/dist/babel.d.ts +2 -0
  507. package/website/node_modules/jiti/dist/babel.js +1885 -0
  508. package/website/node_modules/jiti/dist/jiti.d.ts +19 -0
  509. package/website/node_modules/jiti/dist/jiti.js +1 -0
  510. package/website/node_modules/jiti/dist/plugins/babel-plugin-transform-import-meta.d.ts +4 -0
  511. package/website/node_modules/jiti/dist/plugins/import-meta-env.d.ts +5 -0
  512. package/website/node_modules/jiti/dist/types.d.ts +31 -0
  513. package/website/node_modules/jiti/dist/utils.d.ts +8 -0
  514. package/website/node_modules/jiti/lib/index.js +15 -0
  515. package/website/node_modules/jiti/package.json +81 -0
  516. package/website/node_modules/jiti/register.js +3 -0
  517. package/website/node_modules/lilconfig/LICENSE +21 -0
  518. package/website/node_modules/lilconfig/dist/index.d.ts +38 -0
  519. package/website/node_modules/lilconfig/dist/index.js +251 -0
  520. package/website/node_modules/lilconfig/package.json +48 -0
  521. package/website/node_modules/lilconfig/readme.md +118 -0
  522. package/website/node_modules/lines-and-columns/LICENSE +21 -0
  523. package/website/node_modules/lines-and-columns/README.md +33 -0
  524. package/website/node_modules/lines-and-columns/build/index.d.ts +13 -0
  525. package/website/node_modules/lines-and-columns/build/index.js +62 -0
  526. package/website/node_modules/lines-and-columns/package.json +49 -0
  527. package/website/node_modules/merge2/LICENSE +21 -0
  528. package/website/node_modules/merge2/README.md +144 -0
  529. package/website/node_modules/merge2/index.js +144 -0
  530. package/website/node_modules/merge2/package.json +43 -0
  531. package/website/node_modules/micromatch/LICENSE +21 -0
  532. package/website/node_modules/micromatch/README.md +1011 -0
  533. package/website/node_modules/micromatch/index.js +467 -0
  534. package/website/node_modules/micromatch/package.json +119 -0
  535. package/website/node_modules/minimatch/LICENSE +15 -0
  536. package/website/node_modules/minimatch/README.md +230 -0
  537. package/website/node_modules/minimatch/minimatch.js +947 -0
  538. package/website/node_modules/minimatch/package.json +33 -0
  539. package/website/node_modules/mz/HISTORY.md +66 -0
  540. package/website/node_modules/mz/LICENSE +22 -0
  541. package/website/node_modules/mz/README.md +106 -0
  542. package/website/node_modules/mz/child_process.js +8 -0
  543. package/website/node_modules/mz/crypto.js +9 -0
  544. package/website/node_modules/mz/dns.js +16 -0
  545. package/website/node_modules/mz/fs.js +62 -0
  546. package/website/node_modules/mz/index.js +8 -0
  547. package/website/node_modules/mz/package.json +44 -0
  548. package/website/node_modules/mz/readline.js +64 -0
  549. package/website/node_modules/mz/zlib.js +13 -0
  550. package/website/node_modules/nanoid/LICENSE +20 -0
  551. package/website/node_modules/nanoid/README.md +39 -0
  552. package/website/node_modules/nanoid/async/index.browser.cjs +34 -0
  553. package/website/node_modules/nanoid/async/index.browser.js +34 -0
  554. package/website/node_modules/nanoid/async/index.cjs +35 -0
  555. package/website/node_modules/nanoid/async/index.d.ts +56 -0
  556. package/website/node_modules/nanoid/async/index.js +35 -0
  557. package/website/node_modules/nanoid/async/index.native.js +26 -0
  558. package/website/node_modules/nanoid/async/package.json +12 -0
  559. package/website/node_modules/nanoid/bin/nanoid.cjs +55 -0
  560. package/website/node_modules/nanoid/index.browser.cjs +34 -0
  561. package/website/node_modules/nanoid/index.browser.js +34 -0
  562. package/website/node_modules/nanoid/index.cjs +45 -0
  563. package/website/node_modules/nanoid/index.d.ts +91 -0
  564. package/website/node_modules/nanoid/index.js +45 -0
  565. package/website/node_modules/nanoid/nanoid.js +1 -0
  566. package/website/node_modules/nanoid/non-secure/index.cjs +21 -0
  567. package/website/node_modules/nanoid/non-secure/index.d.ts +33 -0
  568. package/website/node_modules/nanoid/non-secure/index.js +21 -0
  569. package/website/node_modules/nanoid/non-secure/package.json +6 -0
  570. package/website/node_modules/nanoid/package.json +66 -0
  571. package/website/node_modules/nanoid/url-alphabet/index.cjs +3 -0
  572. package/website/node_modules/nanoid/url-alphabet/index.js +3 -0
  573. package/website/node_modules/nanoid/url-alphabet/package.json +6 -0
  574. package/website/node_modules/normalize-path/LICENSE +21 -0
  575. package/website/node_modules/normalize-path/README.md +127 -0
  576. package/website/node_modules/normalize-path/index.js +35 -0
  577. package/website/node_modules/normalize-path/package.json +77 -0
  578. package/website/node_modules/object-assign/index.js +90 -0
  579. package/website/node_modules/object-assign/license +21 -0
  580. package/website/node_modules/object-assign/package.json +42 -0
  581. package/website/node_modules/object-assign/readme.md +61 -0
  582. package/website/node_modules/object-hash/LICENSE +22 -0
  583. package/website/node_modules/object-hash/dist/object_hash.js +1 -0
  584. package/website/node_modules/object-hash/index.js +453 -0
  585. package/website/node_modules/object-hash/package.json +53 -0
  586. package/website/node_modules/object-hash/readme.markdown +198 -0
  587. package/website/node_modules/once/LICENSE +15 -0
  588. package/website/node_modules/once/README.md +79 -0
  589. package/website/node_modules/once/once.js +42 -0
  590. package/website/node_modules/once/package.json +33 -0
  591. package/website/node_modules/path-is-absolute/index.js +20 -0
  592. package/website/node_modules/path-is-absolute/license +21 -0
  593. package/website/node_modules/path-is-absolute/package.json +43 -0
  594. package/website/node_modules/path-is-absolute/readme.md +59 -0
  595. package/website/node_modules/path-parse/LICENSE +21 -0
  596. package/website/node_modules/path-parse/README.md +42 -0
  597. package/website/node_modules/path-parse/index.js +75 -0
  598. package/website/node_modules/path-parse/package.json +33 -0
  599. package/website/node_modules/picocolors/LICENSE +15 -0
  600. package/website/node_modules/picocolors/README.md +21 -0
  601. package/website/node_modules/picocolors/package.json +25 -0
  602. package/website/node_modules/picocolors/picocolors.browser.js +4 -0
  603. package/website/node_modules/picocolors/picocolors.d.ts +5 -0
  604. package/website/node_modules/picocolors/picocolors.js +58 -0
  605. package/website/node_modules/picocolors/types.ts +30 -0
  606. package/website/node_modules/picomatch/CHANGELOG.md +136 -0
  607. package/website/node_modules/picomatch/LICENSE +21 -0
  608. package/website/node_modules/picomatch/README.md +708 -0
  609. package/website/node_modules/picomatch/index.js +3 -0
  610. package/website/node_modules/picomatch/lib/constants.js +179 -0
  611. package/website/node_modules/picomatch/lib/parse.js +1091 -0
  612. package/website/node_modules/picomatch/lib/picomatch.js +342 -0
  613. package/website/node_modules/picomatch/lib/scan.js +391 -0
  614. package/website/node_modules/picomatch/lib/utils.js +64 -0
  615. package/website/node_modules/picomatch/package.json +81 -0
  616. package/website/node_modules/pify/index.js +68 -0
  617. package/website/node_modules/pify/license +21 -0
  618. package/website/node_modules/pify/package.json +48 -0
  619. package/website/node_modules/pify/readme.md +119 -0
  620. package/website/node_modules/pirates/LICENSE +21 -0
  621. package/website/node_modules/pirates/README.md +69 -0
  622. package/website/node_modules/pirates/index.d.ts +82 -0
  623. package/website/node_modules/pirates/lib/index.js +139 -0
  624. package/website/node_modules/pirates/package.json +74 -0
  625. package/website/node_modules/postcss/LICENSE +20 -0
  626. package/website/node_modules/postcss/README.md +28 -0
  627. package/website/node_modules/postcss/lib/at-rule.d.ts +115 -0
  628. package/website/node_modules/postcss/lib/at-rule.js +25 -0
  629. package/website/node_modules/postcss/lib/comment.d.ts +67 -0
  630. package/website/node_modules/postcss/lib/comment.js +13 -0
  631. package/website/node_modules/postcss/lib/container.d.ts +452 -0
  632. package/website/node_modules/postcss/lib/container.js +439 -0
  633. package/website/node_modules/postcss/lib/css-syntax-error.d.ts +248 -0
  634. package/website/node_modules/postcss/lib/css-syntax-error.js +100 -0
  635. package/website/node_modules/postcss/lib/declaration.d.ts +148 -0
  636. package/website/node_modules/postcss/lib/declaration.js +24 -0
  637. package/website/node_modules/postcss/lib/document.d.ts +68 -0
  638. package/website/node_modules/postcss/lib/document.js +33 -0
  639. package/website/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  640. package/website/node_modules/postcss/lib/fromJSON.js +54 -0
  641. package/website/node_modules/postcss/lib/input.d.ts +194 -0
  642. package/website/node_modules/postcss/lib/input.js +248 -0
  643. package/website/node_modules/postcss/lib/lazy-result.d.ts +190 -0
  644. package/website/node_modules/postcss/lib/lazy-result.js +550 -0
  645. package/website/node_modules/postcss/lib/list.d.ts +57 -0
  646. package/website/node_modules/postcss/lib/list.js +58 -0
  647. package/website/node_modules/postcss/lib/map-generator.js +359 -0
  648. package/website/node_modules/postcss/lib/no-work-result.d.ts +46 -0
  649. package/website/node_modules/postcss/lib/no-work-result.js +135 -0
  650. package/website/node_modules/postcss/lib/node.d.ts +536 -0
  651. package/website/node_modules/postcss/lib/node.js +381 -0
  652. package/website/node_modules/postcss/lib/parse.d.ts +9 -0
  653. package/website/node_modules/postcss/lib/parse.js +42 -0
  654. package/website/node_modules/postcss/lib/parser.js +610 -0
  655. package/website/node_modules/postcss/lib/postcss.d.mts +72 -0
  656. package/website/node_modules/postcss/lib/postcss.d.ts +441 -0
  657. package/website/node_modules/postcss/lib/postcss.js +101 -0
  658. package/website/node_modules/postcss/lib/postcss.mjs +30 -0
  659. package/website/node_modules/postcss/lib/previous-map.d.ts +81 -0
  660. package/website/node_modules/postcss/lib/previous-map.js +142 -0
  661. package/website/node_modules/postcss/lib/processor.d.ts +115 -0
  662. package/website/node_modules/postcss/lib/processor.js +67 -0
  663. package/website/node_modules/postcss/lib/result.d.ts +206 -0
  664. package/website/node_modules/postcss/lib/result.js +42 -0
  665. package/website/node_modules/postcss/lib/root.d.ts +86 -0
  666. package/website/node_modules/postcss/lib/root.js +61 -0
  667. package/website/node_modules/postcss/lib/rule.d.ts +113 -0
  668. package/website/node_modules/postcss/lib/rule.js +27 -0
  669. package/website/node_modules/postcss/lib/stringifier.d.ts +46 -0
  670. package/website/node_modules/postcss/lib/stringifier.js +353 -0
  671. package/website/node_modules/postcss/lib/stringify.d.ts +9 -0
  672. package/website/node_modules/postcss/lib/stringify.js +11 -0
  673. package/website/node_modules/postcss/lib/symbols.js +5 -0
  674. package/website/node_modules/postcss/lib/terminal-highlight.js +70 -0
  675. package/website/node_modules/postcss/lib/tokenize.js +266 -0
  676. package/website/node_modules/postcss/lib/warn-once.js +13 -0
  677. package/website/node_modules/postcss/lib/warning.d.ts +147 -0
  678. package/website/node_modules/postcss/lib/warning.js +37 -0
  679. package/website/node_modules/postcss/package.json +88 -0
  680. package/website/node_modules/postcss-import/LICENSE +20 -0
  681. package/website/node_modules/postcss-import/README.md +244 -0
  682. package/website/node_modules/postcss-import/index.js +420 -0
  683. package/website/node_modules/postcss-import/lib/assign-layer-names.js +17 -0
  684. package/website/node_modules/postcss-import/lib/data-url.js +17 -0
  685. package/website/node_modules/postcss-import/lib/join-layer.js +9 -0
  686. package/website/node_modules/postcss-import/lib/join-media.js +28 -0
  687. package/website/node_modules/postcss-import/lib/load-content.js +12 -0
  688. package/website/node_modules/postcss-import/lib/parse-statements.js +172 -0
  689. package/website/node_modules/postcss-import/lib/process-content.js +59 -0
  690. package/website/node_modules/postcss-import/lib/resolve-id.js +42 -0
  691. package/website/node_modules/postcss-import/package.json +65 -0
  692. package/website/node_modules/postcss-js/LICENSE +20 -0
  693. package/website/node_modules/postcss-js/README.md +22 -0
  694. package/website/node_modules/postcss-js/async.js +15 -0
  695. package/website/node_modules/postcss-js/index.js +11 -0
  696. package/website/node_modules/postcss-js/index.mjs +8 -0
  697. package/website/node_modules/postcss-js/objectifier.js +85 -0
  698. package/website/node_modules/postcss-js/package.json +42 -0
  699. package/website/node_modules/postcss-js/parser.js +104 -0
  700. package/website/node_modules/postcss-js/process-result.js +11 -0
  701. package/website/node_modules/postcss-js/sync.js +12 -0
  702. package/website/node_modules/postcss-load-config/LICENSE +20 -0
  703. package/website/node_modules/postcss-load-config/README.md +491 -0
  704. package/website/node_modules/postcss-load-config/package.json +48 -0
  705. package/website/node_modules/postcss-load-config/src/index.d.ts +65 -0
  706. package/website/node_modules/postcss-load-config/src/index.js +179 -0
  707. package/website/node_modules/postcss-load-config/src/options.js +47 -0
  708. package/website/node_modules/postcss-load-config/src/plugins.js +85 -0
  709. package/website/node_modules/postcss-load-config/src/req.js +10 -0
  710. package/website/node_modules/postcss-nested/LICENSE +20 -0
  711. package/website/node_modules/postcss-nested/README.md +86 -0
  712. package/website/node_modules/postcss-nested/index.d.ts +41 -0
  713. package/website/node_modules/postcss-nested/index.js +361 -0
  714. package/website/node_modules/postcss-nested/package.json +28 -0
  715. package/website/node_modules/postcss-selector-parser/API.md +872 -0
  716. package/website/node_modules/postcss-selector-parser/CHANGELOG.md +525 -0
  717. package/website/node_modules/postcss-selector-parser/LICENSE-MIT +22 -0
  718. package/website/node_modules/postcss-selector-parser/README.md +49 -0
  719. package/website/node_modules/postcss-selector-parser/dist/index.js +17 -0
  720. package/website/node_modules/postcss-selector-parser/dist/parser.js +1012 -0
  721. package/website/node_modules/postcss-selector-parser/dist/processor.js +170 -0
  722. package/website/node_modules/postcss-selector-parser/dist/selectors/attribute.js +448 -0
  723. package/website/node_modules/postcss-selector-parser/dist/selectors/className.js +50 -0
  724. package/website/node_modules/postcss-selector-parser/dist/selectors/combinator.js +21 -0
  725. package/website/node_modules/postcss-selector-parser/dist/selectors/comment.js +21 -0
  726. package/website/node_modules/postcss-selector-parser/dist/selectors/constructors.js +65 -0
  727. package/website/node_modules/postcss-selector-parser/dist/selectors/container.js +308 -0
  728. package/website/node_modules/postcss-selector-parser/dist/selectors/guards.js +58 -0
  729. package/website/node_modules/postcss-selector-parser/dist/selectors/id.js +25 -0
  730. package/website/node_modules/postcss-selector-parser/dist/selectors/index.js +21 -0
  731. package/website/node_modules/postcss-selector-parser/dist/selectors/namespace.js +80 -0
  732. package/website/node_modules/postcss-selector-parser/dist/selectors/nesting.js +22 -0
  733. package/website/node_modules/postcss-selector-parser/dist/selectors/node.js +192 -0
  734. package/website/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +26 -0
  735. package/website/node_modules/postcss-selector-parser/dist/selectors/root.js +44 -0
  736. package/website/node_modules/postcss-selector-parser/dist/selectors/selector.js +21 -0
  737. package/website/node_modules/postcss-selector-parser/dist/selectors/string.js +21 -0
  738. package/website/node_modules/postcss-selector-parser/dist/selectors/tag.js +21 -0
  739. package/website/node_modules/postcss-selector-parser/dist/selectors/types.js +28 -0
  740. package/website/node_modules/postcss-selector-parser/dist/selectors/universal.js +22 -0
  741. package/website/node_modules/postcss-selector-parser/dist/sortAscending.js +11 -0
  742. package/website/node_modules/postcss-selector-parser/dist/tokenTypes.js +70 -0
  743. package/website/node_modules/postcss-selector-parser/dist/tokenize.js +239 -0
  744. package/website/node_modules/postcss-selector-parser/dist/util/ensureObject.js +17 -0
  745. package/website/node_modules/postcss-selector-parser/dist/util/getProp.js +18 -0
  746. package/website/node_modules/postcss-selector-parser/dist/util/index.js +13 -0
  747. package/website/node_modules/postcss-selector-parser/dist/util/stripComments.js +21 -0
  748. package/website/node_modules/postcss-selector-parser/dist/util/unesc.js +76 -0
  749. package/website/node_modules/postcss-selector-parser/package.json +79 -0
  750. package/website/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts +555 -0
  751. package/website/node_modules/postcss-value-parser/LICENSE +22 -0
  752. package/website/node_modules/postcss-value-parser/README.md +263 -0
  753. package/website/node_modules/postcss-value-parser/lib/index.d.ts +177 -0
  754. package/website/node_modules/postcss-value-parser/lib/index.js +28 -0
  755. package/website/node_modules/postcss-value-parser/lib/parse.js +321 -0
  756. package/website/node_modules/postcss-value-parser/lib/stringify.js +48 -0
  757. package/website/node_modules/postcss-value-parser/lib/unit.js +120 -0
  758. package/website/node_modules/postcss-value-parser/lib/walk.js +22 -0
  759. package/website/node_modules/postcss-value-parser/package.json +58 -0
  760. package/website/node_modules/queue-microtask/LICENSE +20 -0
  761. package/website/node_modules/queue-microtask/README.md +90 -0
  762. package/website/node_modules/queue-microtask/index.d.ts +2 -0
  763. package/website/node_modules/queue-microtask/index.js +9 -0
  764. package/website/node_modules/queue-microtask/package.json +55 -0
  765. package/website/node_modules/read-cache/LICENSE +20 -0
  766. package/website/node_modules/read-cache/README.md +46 -0
  767. package/website/node_modules/read-cache/index.js +78 -0
  768. package/website/node_modules/read-cache/package.json +34 -0
  769. package/website/node_modules/readdirp/LICENSE +21 -0
  770. package/website/node_modules/readdirp/README.md +122 -0
  771. package/website/node_modules/readdirp/index.d.ts +43 -0
  772. package/website/node_modules/readdirp/index.js +287 -0
  773. package/website/node_modules/readdirp/package.json +122 -0
  774. package/website/node_modules/resolve/.editorconfig +37 -0
  775. package/website/node_modules/resolve/.eslintrc +65 -0
  776. package/website/node_modules/resolve/.github/FUNDING.yml +12 -0
  777. package/website/node_modules/resolve/LICENSE +21 -0
  778. package/website/node_modules/resolve/SECURITY.md +3 -0
  779. package/website/node_modules/resolve/async.js +3 -0
  780. package/website/node_modules/resolve/bin/resolve +50 -0
  781. package/website/node_modules/resolve/example/async.js +5 -0
  782. package/website/node_modules/resolve/example/sync.js +3 -0
  783. package/website/node_modules/resolve/index.js +6 -0
  784. package/website/node_modules/resolve/lib/async.js +329 -0
  785. package/website/node_modules/resolve/lib/caller.js +8 -0
  786. package/website/node_modules/resolve/lib/core.js +12 -0
  787. package/website/node_modules/resolve/lib/core.json +158 -0
  788. package/website/node_modules/resolve/lib/homedir.js +24 -0
  789. package/website/node_modules/resolve/lib/is-core.js +5 -0
  790. package/website/node_modules/resolve/lib/node-modules-paths.js +42 -0
  791. package/website/node_modules/resolve/lib/normalize-options.js +10 -0
  792. package/website/node_modules/resolve/lib/sync.js +208 -0
  793. package/website/node_modules/resolve/package.json +71 -0
  794. package/website/node_modules/resolve/readme.markdown +301 -0
  795. package/website/node_modules/resolve/sync.js +3 -0
  796. package/website/node_modules/resolve/test/core.js +88 -0
  797. package/website/node_modules/resolve/test/dotdot/abc/index.js +2 -0
  798. package/website/node_modules/resolve/test/dotdot/index.js +1 -0
  799. package/website/node_modules/resolve/test/dotdot.js +29 -0
  800. package/website/node_modules/resolve/test/faulty_basedir.js +29 -0
  801. package/website/node_modules/resolve/test/filter.js +34 -0
  802. package/website/node_modules/resolve/test/filter_sync.js +33 -0
  803. package/website/node_modules/resolve/test/home_paths.js +127 -0
  804. package/website/node_modules/resolve/test/home_paths_sync.js +114 -0
  805. package/website/node_modules/resolve/test/mock.js +315 -0
  806. package/website/node_modules/resolve/test/mock_sync.js +214 -0
  807. package/website/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
  808. package/website/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
  809. package/website/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
  810. package/website/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  811. package/website/node_modules/resolve/test/module_dir.js +56 -0
  812. package/website/node_modules/resolve/test/node-modules-paths.js +143 -0
  813. package/website/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
  814. package/website/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
  815. package/website/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
  816. package/website/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
  817. package/website/node_modules/resolve/test/node_path.js +70 -0
  818. package/website/node_modules/resolve/test/nonstring.js +9 -0
  819. package/website/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  820. package/website/node_modules/resolve/test/pathfilter.js +75 -0
  821. package/website/node_modules/resolve/test/precedence/aaa/index.js +1 -0
  822. package/website/node_modules/resolve/test/precedence/aaa/main.js +1 -0
  823. package/website/node_modules/resolve/test/precedence/aaa.js +1 -0
  824. package/website/node_modules/resolve/test/precedence/bbb/main.js +1 -0
  825. package/website/node_modules/resolve/test/precedence/bbb.js +1 -0
  826. package/website/node_modules/resolve/test/precedence.js +23 -0
  827. package/website/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  828. package/website/node_modules/resolve/test/resolver/baz/package.json +4 -0
  829. package/website/node_modules/resolve/test/resolver/baz/quux.js +1 -0
  830. package/website/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  831. package/website/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  832. package/website/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  833. package/website/node_modules/resolve/test/resolver/cup.coffee +1 -0
  834. package/website/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
  835. package/website/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  836. package/website/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
  837. package/website/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  838. package/website/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  839. package/website/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  840. package/website/node_modules/resolve/test/resolver/foo.js +1 -0
  841. package/website/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
  842. package/website/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  843. package/website/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  844. package/website/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
  845. package/website/node_modules/resolve/test/resolver/malformed_package_json/package.json +1 -0
  846. package/website/node_modules/resolve/test/resolver/mug.coffee +0 -0
  847. package/website/node_modules/resolve/test/resolver/mug.js +0 -0
  848. package/website/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  849. package/website/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  850. package/website/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
  851. package/website/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  852. package/website/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  853. package/website/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  854. package/website/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
  855. package/website/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  856. package/website/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
  857. package/website/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  858. package/website/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  859. package/website/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
  860. package/website/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
  861. package/website/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
  862. package/website/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  863. package/website/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  864. package/website/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
  865. package/website/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  866. package/website/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
  867. package/website/node_modules/resolve/test/resolver.js +595 -0
  868. package/website/node_modules/resolve/test/resolver_sync.js +726 -0
  869. package/website/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  870. package/website/node_modules/resolve/test/shadowed_core.js +54 -0
  871. package/website/node_modules/resolve/test/subdirs.js +13 -0
  872. package/website/node_modules/resolve/test/symlinks.js +176 -0
  873. package/website/node_modules/reusify/.coveralls.yml +1 -0
  874. package/website/node_modules/reusify/.travis.yml +28 -0
  875. package/website/node_modules/reusify/LICENSE +22 -0
  876. package/website/node_modules/reusify/README.md +145 -0
  877. package/website/node_modules/reusify/benchmarks/createNoCodeFunction.js +30 -0
  878. package/website/node_modules/reusify/benchmarks/fib.js +13 -0
  879. package/website/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +38 -0
  880. package/website/node_modules/reusify/package.json +45 -0
  881. package/website/node_modules/reusify/reusify.js +33 -0
  882. package/website/node_modules/reusify/test.js +66 -0
  883. package/website/node_modules/run-parallel/LICENSE +20 -0
  884. package/website/node_modules/run-parallel/README.md +85 -0
  885. package/website/node_modules/run-parallel/index.js +51 -0
  886. package/website/node_modules/run-parallel/package.json +58 -0
  887. package/website/node_modules/source-map-js/CHANGELOG.md +320 -0
  888. package/website/node_modules/source-map-js/LICENSE +28 -0
  889. package/website/node_modules/source-map-js/README.md +758 -0
  890. package/website/node_modules/source-map-js/lib/array-set.js +121 -0
  891. package/website/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  892. package/website/node_modules/source-map-js/lib/base64.js +67 -0
  893. package/website/node_modules/source-map-js/lib/binary-search.js +111 -0
  894. package/website/node_modules/source-map-js/lib/mapping-list.js +79 -0
  895. package/website/node_modules/source-map-js/lib/quick-sort.js +132 -0
  896. package/website/node_modules/source-map-js/lib/source-map-consumer.js +1184 -0
  897. package/website/node_modules/source-map-js/lib/source-map-generator.js +425 -0
  898. package/website/node_modules/source-map-js/lib/source-node.js +413 -0
  899. package/website/node_modules/source-map-js/lib/util.js +594 -0
  900. package/website/node_modules/source-map-js/package.json +71 -0
  901. package/website/node_modules/source-map-js/source-map.d.ts +115 -0
  902. package/website/node_modules/source-map-js/source-map.js +8 -0
  903. package/website/node_modules/sucrase/LICENSE +21 -0
  904. package/website/node_modules/sucrase/README.md +295 -0
  905. package/website/node_modules/sucrase/bin/sucrase +3 -0
  906. package/website/node_modules/sucrase/bin/sucrase-node +18 -0
  907. package/website/node_modules/sucrase/dist/CJSImportProcessor.js +456 -0
  908. package/website/node_modules/sucrase/dist/HelperManager.js +176 -0
  909. package/website/node_modules/sucrase/dist/NameManager.js +27 -0
  910. package/website/node_modules/sucrase/dist/Options-gen-types.js +42 -0
  911. package/website/node_modules/sucrase/dist/Options.js +101 -0
  912. package/website/node_modules/sucrase/dist/TokenProcessor.js +357 -0
  913. package/website/node_modules/sucrase/dist/cli.js +320 -0
  914. package/website/node_modules/sucrase/dist/computeSourceMap.js +89 -0
  915. package/website/node_modules/sucrase/dist/esm/CJSImportProcessor.js +456 -0
  916. package/website/node_modules/sucrase/dist/esm/HelperManager.js +176 -0
  917. package/website/node_modules/sucrase/dist/esm/NameManager.js +27 -0
  918. package/website/node_modules/sucrase/dist/esm/Options-gen-types.js +42 -0
  919. package/website/node_modules/sucrase/dist/esm/Options.js +101 -0
  920. package/website/node_modules/sucrase/dist/esm/TokenProcessor.js +357 -0
  921. package/website/node_modules/sucrase/dist/esm/cli.js +320 -0
  922. package/website/node_modules/sucrase/dist/esm/computeSourceMap.js +89 -0
  923. package/website/node_modules/sucrase/dist/esm/identifyShadowedGlobals.js +98 -0
  924. package/website/node_modules/sucrase/dist/esm/index.js +133 -0
  925. package/website/node_modules/sucrase/dist/esm/parser/index.js +31 -0
  926. package/website/node_modules/sucrase/dist/esm/parser/plugins/flow.js +1105 -0
  927. package/website/node_modules/sucrase/dist/esm/parser/plugins/jsx/index.js +367 -0
  928. package/website/node_modules/sucrase/dist/esm/parser/plugins/jsx/xhtml.js +256 -0
  929. package/website/node_modules/sucrase/dist/esm/parser/plugins/types.js +37 -0
  930. package/website/node_modules/sucrase/dist/esm/parser/plugins/typescript.js +1632 -0
  931. package/website/node_modules/sucrase/dist/esm/parser/tokenizer/index.js +1004 -0
  932. package/website/node_modules/sucrase/dist/esm/parser/tokenizer/keywords.js +43 -0
  933. package/website/node_modules/sucrase/dist/esm/parser/tokenizer/readWord.js +64 -0
  934. package/website/node_modules/sucrase/dist/esm/parser/tokenizer/readWordTree.js +671 -0
  935. package/website/node_modules/sucrase/dist/esm/parser/tokenizer/state.js +106 -0
  936. package/website/node_modules/sucrase/dist/esm/parser/tokenizer/types.js +361 -0
  937. package/website/node_modules/sucrase/dist/esm/parser/traverser/base.js +60 -0
  938. package/website/node_modules/sucrase/dist/esm/parser/traverser/expression.js +1022 -0
  939. package/website/node_modules/sucrase/dist/esm/parser/traverser/index.js +18 -0
  940. package/website/node_modules/sucrase/dist/esm/parser/traverser/lval.js +159 -0
  941. package/website/node_modules/sucrase/dist/esm/parser/traverser/statement.js +1332 -0
  942. package/website/node_modules/sucrase/dist/esm/parser/traverser/util.js +104 -0
  943. package/website/node_modules/sucrase/dist/esm/parser/util/charcodes.js +115 -0
  944. package/website/node_modules/sucrase/dist/esm/parser/util/identifier.js +34 -0
  945. package/website/node_modules/sucrase/dist/esm/parser/util/whitespace.js +33 -0
  946. package/website/node_modules/sucrase/dist/esm/register.js +88 -0
  947. package/website/node_modules/sucrase/dist/esm/transformers/CJSImportTransformer.js +916 -0
  948. package/website/node_modules/sucrase/dist/esm/transformers/ESMImportTransformer.js +415 -0
  949. package/website/node_modules/sucrase/dist/esm/transformers/FlowTransformer.js +182 -0
  950. package/website/node_modules/sucrase/dist/esm/transformers/JSXTransformer.js +733 -0
  951. package/website/node_modules/sucrase/dist/esm/transformers/JestHoistTransformer.js +111 -0
  952. package/website/node_modules/sucrase/dist/esm/transformers/NumericSeparatorTransformer.js +20 -0
  953. package/website/node_modules/sucrase/dist/esm/transformers/OptionalCatchBindingTransformer.js +19 -0
  954. package/website/node_modules/sucrase/dist/esm/transformers/OptionalChainingNullishTransformer.js +155 -0
  955. package/website/node_modules/sucrase/dist/esm/transformers/ReactDisplayNameTransformer.js +160 -0
  956. package/website/node_modules/sucrase/dist/esm/transformers/ReactHotLoaderTransformer.js +69 -0
  957. package/website/node_modules/sucrase/dist/esm/transformers/RootTransformer.js +462 -0
  958. package/website/node_modules/sucrase/dist/esm/transformers/Transformer.js +16 -0
  959. package/website/node_modules/sucrase/dist/esm/transformers/TypeScriptTransformer.js +279 -0
  960. package/website/node_modules/sucrase/dist/esm/util/elideImportEquals.js +29 -0
  961. package/website/node_modules/sucrase/dist/esm/util/formatTokens.js +74 -0
  962. package/website/node_modules/sucrase/dist/esm/util/getClassInfo.js +352 -0
  963. package/website/node_modules/sucrase/dist/esm/util/getDeclarationInfo.js +40 -0
  964. package/website/node_modules/sucrase/dist/esm/util/getIdentifierNames.js +15 -0
  965. package/website/node_modules/sucrase/dist/esm/util/getImportExportSpecifierInfo.js +92 -0
  966. package/website/node_modules/sucrase/dist/esm/util/getJSXPragmaInfo.js +22 -0
  967. package/website/node_modules/sucrase/dist/esm/util/getNonTypeIdentifiers.js +43 -0
  968. package/website/node_modules/sucrase/dist/esm/util/getTSImportedNames.js +84 -0
  969. package/website/node_modules/sucrase/dist/esm/util/isAsyncOperation.js +38 -0
  970. package/website/node_modules/sucrase/dist/esm/util/isExportFrom.js +18 -0
  971. package/website/node_modules/sucrase/dist/esm/util/isIdentifier.js +81 -0
  972. package/website/node_modules/sucrase/dist/esm/util/removeMaybeImportAttributes.js +22 -0
  973. package/website/node_modules/sucrase/dist/esm/util/shouldElideDefaultExport.js +38 -0
  974. package/website/node_modules/sucrase/dist/identifyShadowedGlobals.js +98 -0
  975. package/website/node_modules/sucrase/dist/index.js +133 -0
  976. package/website/node_modules/sucrase/dist/parser/index.js +31 -0
  977. package/website/node_modules/sucrase/dist/parser/plugins/flow.js +1105 -0
  978. package/website/node_modules/sucrase/dist/parser/plugins/jsx/index.js +367 -0
  979. package/website/node_modules/sucrase/dist/parser/plugins/jsx/xhtml.js +256 -0
  980. package/website/node_modules/sucrase/dist/parser/plugins/types.js +37 -0
  981. package/website/node_modules/sucrase/dist/parser/plugins/typescript.js +1632 -0
  982. package/website/node_modules/sucrase/dist/parser/tokenizer/index.js +1004 -0
  983. package/website/node_modules/sucrase/dist/parser/tokenizer/keywords.js +43 -0
  984. package/website/node_modules/sucrase/dist/parser/tokenizer/readWord.js +64 -0
  985. package/website/node_modules/sucrase/dist/parser/tokenizer/readWordTree.js +671 -0
  986. package/website/node_modules/sucrase/dist/parser/tokenizer/state.js +106 -0
  987. package/website/node_modules/sucrase/dist/parser/tokenizer/types.js +361 -0
  988. package/website/node_modules/sucrase/dist/parser/traverser/base.js +60 -0
  989. package/website/node_modules/sucrase/dist/parser/traverser/expression.js +1022 -0
  990. package/website/node_modules/sucrase/dist/parser/traverser/index.js +18 -0
  991. package/website/node_modules/sucrase/dist/parser/traverser/lval.js +159 -0
  992. package/website/node_modules/sucrase/dist/parser/traverser/statement.js +1332 -0
  993. package/website/node_modules/sucrase/dist/parser/traverser/util.js +104 -0
  994. package/website/node_modules/sucrase/dist/parser/util/charcodes.js +115 -0
  995. package/website/node_modules/sucrase/dist/parser/util/identifier.js +34 -0
  996. package/website/node_modules/sucrase/dist/parser/util/whitespace.js +33 -0
  997. package/website/node_modules/sucrase/dist/register.js +88 -0
  998. package/website/node_modules/sucrase/dist/transformers/CJSImportTransformer.js +916 -0
  999. package/website/node_modules/sucrase/dist/transformers/ESMImportTransformer.js +415 -0
  1000. package/website/node_modules/sucrase/dist/transformers/FlowTransformer.js +182 -0
  1001. package/website/node_modules/sucrase/dist/transformers/JSXTransformer.js +733 -0
  1002. package/website/node_modules/sucrase/dist/transformers/JestHoistTransformer.js +111 -0
  1003. package/website/node_modules/sucrase/dist/transformers/NumericSeparatorTransformer.js +20 -0
  1004. package/website/node_modules/sucrase/dist/transformers/OptionalCatchBindingTransformer.js +19 -0
  1005. package/website/node_modules/sucrase/dist/transformers/OptionalChainingNullishTransformer.js +155 -0
  1006. package/website/node_modules/sucrase/dist/transformers/ReactDisplayNameTransformer.js +160 -0
  1007. package/website/node_modules/sucrase/dist/transformers/ReactHotLoaderTransformer.js +69 -0
  1008. package/website/node_modules/sucrase/dist/transformers/RootTransformer.js +462 -0
  1009. package/website/node_modules/sucrase/dist/transformers/Transformer.js +16 -0
  1010. package/website/node_modules/sucrase/dist/transformers/TypeScriptTransformer.js +279 -0
  1011. package/website/node_modules/sucrase/dist/types/CJSImportProcessor.d.ts +67 -0
  1012. package/website/node_modules/sucrase/dist/types/HelperManager.d.ts +15 -0
  1013. package/website/node_modules/sucrase/dist/types/NameManager.d.ts +7 -0
  1014. package/website/node_modules/sucrase/dist/types/Options-gen-types.d.ts +9 -0
  1015. package/website/node_modules/sucrase/dist/types/Options.d.ts +90 -0
  1016. package/website/node_modules/sucrase/dist/types/TokenProcessor.d.ts +87 -0
  1017. package/website/node_modules/sucrase/dist/types/cli.d.ts +1 -0
  1018. package/website/node_modules/sucrase/dist/types/computeSourceMap.d.ts +17 -0
  1019. package/website/node_modules/sucrase/dist/types/identifyShadowedGlobals.d.ts +12 -0
  1020. package/website/node_modules/sucrase/dist/types/index.d.ts +26 -0
  1021. package/website/node_modules/sucrase/dist/types/parser/index.d.ts +8 -0
  1022. package/website/node_modules/sucrase/dist/types/parser/plugins/flow.d.ts +27 -0
  1023. package/website/node_modules/sucrase/dist/types/parser/plugins/jsx/index.d.ts +2 -0
  1024. package/website/node_modules/sucrase/dist/types/parser/plugins/jsx/xhtml.d.ts +2 -0
  1025. package/website/node_modules/sucrase/dist/types/parser/plugins/types.d.ts +5 -0
  1026. package/website/node_modules/sucrase/dist/types/parser/plugins/typescript.d.ts +49 -0
  1027. package/website/node_modules/sucrase/dist/types/parser/tokenizer/index.d.ts +93 -0
  1028. package/website/node_modules/sucrase/dist/types/parser/tokenizer/keywords.d.ts +43 -0
  1029. package/website/node_modules/sucrase/dist/types/parser/tokenizer/readWord.d.ts +7 -0
  1030. package/website/node_modules/sucrase/dist/types/parser/tokenizer/readWordTree.d.ts +1 -0
  1031. package/website/node_modules/sucrase/dist/types/parser/tokenizer/state.d.ts +50 -0
  1032. package/website/node_modules/sucrase/dist/types/parser/tokenizer/types.d.ts +126 -0
  1033. package/website/node_modules/sucrase/dist/types/parser/traverser/base.d.ts +16 -0
  1034. package/website/node_modules/sucrase/dist/types/parser/traverser/expression.d.ts +34 -0
  1035. package/website/node_modules/sucrase/dist/types/parser/traverser/index.d.ts +2 -0
  1036. package/website/node_modules/sucrase/dist/types/parser/traverser/lval.d.ts +9 -0
  1037. package/website/node_modules/sucrase/dist/types/parser/traverser/statement.d.ts +20 -0
  1038. package/website/node_modules/sucrase/dist/types/parser/traverser/util.d.ts +17 -0
  1039. package/website/node_modules/sucrase/dist/types/parser/util/charcodes.d.ts +107 -0
  1040. package/website/node_modules/sucrase/dist/types/parser/util/identifier.d.ts +2 -0
  1041. package/website/node_modules/sucrase/dist/types/parser/util/whitespace.d.ts +3 -0
  1042. package/website/node_modules/sucrase/dist/types/register.d.ts +14 -0
  1043. package/website/node_modules/sucrase/dist/types/transformers/CJSImportTransformer.d.ts +149 -0
  1044. package/website/node_modules/sucrase/dist/types/transformers/ESMImportTransformer.d.ts +52 -0
  1045. package/website/node_modules/sucrase/dist/types/transformers/FlowTransformer.d.ts +79 -0
  1046. package/website/node_modules/sucrase/dist/types/transformers/JSXTransformer.d.ts +144 -0
  1047. package/website/node_modules/sucrase/dist/types/transformers/JestHoistTransformer.d.ts +32 -0
  1048. package/website/node_modules/sucrase/dist/types/transformers/NumericSeparatorTransformer.d.ts +7 -0
  1049. package/website/node_modules/sucrase/dist/types/transformers/OptionalCatchBindingTransformer.d.ts +9 -0
  1050. package/website/node_modules/sucrase/dist/types/transformers/OptionalChainingNullishTransformer.d.ts +36 -0
  1051. package/website/node_modules/sucrase/dist/types/transformers/ReactDisplayNameTransformer.d.ts +29 -0
  1052. package/website/node_modules/sucrase/dist/types/transformers/ReactHotLoaderTransformer.d.ts +12 -0
  1053. package/website/node_modules/sucrase/dist/types/transformers/RootTransformer.d.ts +52 -0
  1054. package/website/node_modules/sucrase/dist/types/transformers/Transformer.d.ts +6 -0
  1055. package/website/node_modules/sucrase/dist/types/transformers/TypeScriptTransformer.d.ts +104 -0
  1056. package/website/node_modules/sucrase/dist/types/util/elideImportEquals.d.ts +2 -0
  1057. package/website/node_modules/sucrase/dist/types/util/formatTokens.d.ts +2 -0
  1058. package/website/node_modules/sucrase/dist/types/util/getClassInfo.d.ts +34 -0
  1059. package/website/node_modules/sucrase/dist/types/util/getDeclarationInfo.d.ts +18 -0
  1060. package/website/node_modules/sucrase/dist/types/util/getIdentifierNames.d.ts +5 -0
  1061. package/website/node_modules/sucrase/dist/types/util/getImportExportSpecifierInfo.d.ts +36 -0
  1062. package/website/node_modules/sucrase/dist/types/util/getJSXPragmaInfo.d.ts +8 -0
  1063. package/website/node_modules/sucrase/dist/types/util/getNonTypeIdentifiers.d.ts +3 -0
  1064. package/website/node_modules/sucrase/dist/types/util/getTSImportedNames.d.ts +9 -0
  1065. package/website/node_modules/sucrase/dist/types/util/isAsyncOperation.d.ts +11 -0
  1066. package/website/node_modules/sucrase/dist/types/util/isExportFrom.d.ts +6 -0
  1067. package/website/node_modules/sucrase/dist/types/util/isIdentifier.d.ts +8 -0
  1068. package/website/node_modules/sucrase/dist/types/util/removeMaybeImportAttributes.d.ts +6 -0
  1069. package/website/node_modules/sucrase/dist/types/util/shouldElideDefaultExport.d.ts +6 -0
  1070. package/website/node_modules/sucrase/dist/util/elideImportEquals.js +29 -0
  1071. package/website/node_modules/sucrase/dist/util/formatTokens.js +74 -0
  1072. package/website/node_modules/sucrase/dist/util/getClassInfo.js +352 -0
  1073. package/website/node_modules/sucrase/dist/util/getDeclarationInfo.js +40 -0
  1074. package/website/node_modules/sucrase/dist/util/getIdentifierNames.js +15 -0
  1075. package/website/node_modules/sucrase/dist/util/getImportExportSpecifierInfo.js +92 -0
  1076. package/website/node_modules/sucrase/dist/util/getJSXPragmaInfo.js +22 -0
  1077. package/website/node_modules/sucrase/dist/util/getNonTypeIdentifiers.js +43 -0
  1078. package/website/node_modules/sucrase/dist/util/getTSImportedNames.js +84 -0
  1079. package/website/node_modules/sucrase/dist/util/isAsyncOperation.js +38 -0
  1080. package/website/node_modules/sucrase/dist/util/isExportFrom.js +18 -0
  1081. package/website/node_modules/sucrase/dist/util/isIdentifier.js +81 -0
  1082. package/website/node_modules/sucrase/dist/util/removeMaybeImportAttributes.js +22 -0
  1083. package/website/node_modules/sucrase/dist/util/shouldElideDefaultExport.js +38 -0
  1084. package/website/node_modules/sucrase/package.json +89 -0
  1085. package/website/node_modules/sucrase/register/index.js +1 -0
  1086. package/website/node_modules/sucrase/register/js.js +1 -0
  1087. package/website/node_modules/sucrase/register/jsx.js +1 -0
  1088. package/website/node_modules/sucrase/register/ts-legacy-module-interop.js +1 -0
  1089. package/website/node_modules/sucrase/register/ts.js +1 -0
  1090. package/website/node_modules/sucrase/register/tsx-legacy-module-interop.js +1 -0
  1091. package/website/node_modules/sucrase/register/tsx.js +1 -0
  1092. package/website/node_modules/sucrase/ts-node-plugin/index.js +83 -0
  1093. package/website/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
  1094. package/website/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
  1095. package/website/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
  1096. package/website/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  1097. package/website/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  1098. package/website/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  1099. package/website/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
  1100. package/website/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
  1101. package/website/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  1102. package/website/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
  1103. package/website/node_modules/tailwindcss/CHANGELOG.md +2474 -0
  1104. package/website/node_modules/tailwindcss/LICENSE +21 -0
  1105. package/website/node_modules/tailwindcss/README.md +41 -0
  1106. package/website/node_modules/tailwindcss/base.css +1 -0
  1107. package/website/node_modules/tailwindcss/colors.d.ts +3 -0
  1108. package/website/node_modules/tailwindcss/colors.js +2 -0
  1109. package/website/node_modules/tailwindcss/components.css +1 -0
  1110. package/website/node_modules/tailwindcss/defaultConfig.d.ts +3 -0
  1111. package/website/node_modules/tailwindcss/defaultConfig.js +2 -0
  1112. package/website/node_modules/tailwindcss/defaultTheme.d.ts +4 -0
  1113. package/website/node_modules/tailwindcss/defaultTheme.js +2 -0
  1114. package/website/node_modules/tailwindcss/lib/cli/build/deps.js +62 -0
  1115. package/website/node_modules/tailwindcss/lib/cli/build/index.js +54 -0
  1116. package/website/node_modules/tailwindcss/lib/cli/build/plugin.js +378 -0
  1117. package/website/node_modules/tailwindcss/lib/cli/build/utils.js +88 -0
  1118. package/website/node_modules/tailwindcss/lib/cli/build/watching.js +182 -0
  1119. package/website/node_modules/tailwindcss/lib/cli/help/index.js +73 -0
  1120. package/website/node_modules/tailwindcss/lib/cli/index.js +230 -0
  1121. package/website/node_modules/tailwindcss/lib/cli/init/index.js +63 -0
  1122. package/website/node_modules/tailwindcss/lib/cli-peer-dependencies.js +36 -0
  1123. package/website/node_modules/tailwindcss/lib/cli.js +7 -0
  1124. package/website/node_modules/tailwindcss/lib/corePluginList.js +187 -0
  1125. package/website/node_modules/tailwindcss/lib/corePlugins.js +4177 -0
  1126. package/website/node_modules/tailwindcss/lib/css/LICENSE +25 -0
  1127. package/website/node_modules/tailwindcss/lib/css/preflight.css +378 -0
  1128. package/website/node_modules/tailwindcss/lib/featureFlags.js +83 -0
  1129. package/website/node_modules/tailwindcss/lib/index.js +2 -0
  1130. package/website/node_modules/tailwindcss/lib/lib/cacheInvalidation.js +92 -0
  1131. package/website/node_modules/tailwindcss/lib/lib/collapseAdjacentRules.js +61 -0
  1132. package/website/node_modules/tailwindcss/lib/lib/collapseDuplicateDeclarations.js +85 -0
  1133. package/website/node_modules/tailwindcss/lib/lib/content.js +181 -0
  1134. package/website/node_modules/tailwindcss/lib/lib/defaultExtractor.js +243 -0
  1135. package/website/node_modules/tailwindcss/lib/lib/detectNesting.js +45 -0
  1136. package/website/node_modules/tailwindcss/lib/lib/evaluateTailwindFunctions.js +238 -0
  1137. package/website/node_modules/tailwindcss/lib/lib/expandApplyAtRules.js +534 -0
  1138. package/website/node_modules/tailwindcss/lib/lib/expandTailwindAtRules.js +274 -0
  1139. package/website/node_modules/tailwindcss/lib/lib/findAtConfigPath.js +46 -0
  1140. package/website/node_modules/tailwindcss/lib/lib/generateRules.js +890 -0
  1141. package/website/node_modules/tailwindcss/lib/lib/getModuleDependencies.js +99 -0
  1142. package/website/node_modules/tailwindcss/lib/lib/load-config.js +42 -0
  1143. package/website/node_modules/tailwindcss/lib/lib/normalizeTailwindDirectives.js +89 -0
  1144. package/website/node_modules/tailwindcss/lib/lib/offsets.js +306 -0
  1145. package/website/node_modules/tailwindcss/lib/lib/partitionApplyAtRules.js +58 -0
  1146. package/website/node_modules/tailwindcss/lib/lib/regex.js +74 -0
  1147. package/website/node_modules/tailwindcss/lib/lib/remap-bitfield.js +89 -0
  1148. package/website/node_modules/tailwindcss/lib/lib/resolveDefaultsAtRules.js +165 -0
  1149. package/website/node_modules/tailwindcss/lib/lib/setupContextUtils.js +1273 -0
  1150. package/website/node_modules/tailwindcss/lib/lib/setupTrackingContext.js +166 -0
  1151. package/website/node_modules/tailwindcss/lib/lib/sharedState.js +87 -0
  1152. package/website/node_modules/tailwindcss/lib/lib/substituteScreenAtRules.js +31 -0
  1153. package/website/node_modules/tailwindcss/lib/oxide/cli/build/deps.js +89 -0
  1154. package/website/node_modules/tailwindcss/lib/oxide/cli/build/index.js +53 -0
  1155. package/website/node_modules/tailwindcss/lib/oxide/cli/build/plugin.js +375 -0
  1156. package/website/node_modules/tailwindcss/lib/oxide/cli/build/utils.js +87 -0
  1157. package/website/node_modules/tailwindcss/lib/oxide/cli/build/watching.js +179 -0
  1158. package/website/node_modules/tailwindcss/lib/oxide/cli/help/index.js +72 -0
  1159. package/website/node_modules/tailwindcss/lib/oxide/cli/index.js +214 -0
  1160. package/website/node_modules/tailwindcss/lib/oxide/cli/init/index.js +52 -0
  1161. package/website/node_modules/tailwindcss/lib/oxide/cli.js +5 -0
  1162. package/website/node_modules/tailwindcss/lib/oxide/postcss-plugin.js +2 -0
  1163. package/website/node_modules/tailwindcss/lib/plugin.js +98 -0
  1164. package/website/node_modules/tailwindcss/lib/postcss-plugins/nesting/README.md +42 -0
  1165. package/website/node_modules/tailwindcss/lib/postcss-plugins/nesting/index.js +21 -0
  1166. package/website/node_modules/tailwindcss/lib/postcss-plugins/nesting/plugin.js +89 -0
  1167. package/website/node_modules/tailwindcss/lib/processTailwindFeatures.js +64 -0
  1168. package/website/node_modules/tailwindcss/lib/public/colors.js +355 -0
  1169. package/website/node_modules/tailwindcss/lib/public/create-plugin.js +17 -0
  1170. package/website/node_modules/tailwindcss/lib/public/default-config.js +18 -0
  1171. package/website/node_modules/tailwindcss/lib/public/default-theme.js +18 -0
  1172. package/website/node_modules/tailwindcss/lib/public/load-config.js +12 -0
  1173. package/website/node_modules/tailwindcss/lib/public/resolve-config.js +24 -0
  1174. package/website/node_modules/tailwindcss/lib/util/applyImportantSelector.js +36 -0
  1175. package/website/node_modules/tailwindcss/lib/util/bigSign.js +13 -0
  1176. package/website/node_modules/tailwindcss/lib/util/buildMediaQuery.js +27 -0
  1177. package/website/node_modules/tailwindcss/lib/util/cloneDeep.js +22 -0
  1178. package/website/node_modules/tailwindcss/lib/util/cloneNodes.js +34 -0
  1179. package/website/node_modules/tailwindcss/lib/util/color.js +116 -0
  1180. package/website/node_modules/tailwindcss/lib/util/colorNames.js +752 -0
  1181. package/website/node_modules/tailwindcss/lib/util/configurePlugins.js +23 -0
  1182. package/website/node_modules/tailwindcss/lib/util/createPlugin.js +32 -0
  1183. package/website/node_modules/tailwindcss/lib/util/createUtilityPlugin.js +53 -0
  1184. package/website/node_modules/tailwindcss/lib/util/dataTypes.js +304 -0
  1185. package/website/node_modules/tailwindcss/lib/util/defaults.js +27 -0
  1186. package/website/node_modules/tailwindcss/lib/util/escapeClassName.js +24 -0
  1187. package/website/node_modules/tailwindcss/lib/util/escapeCommas.js +13 -0
  1188. package/website/node_modules/tailwindcss/lib/util/flattenColorPalette.js +18 -0
  1189. package/website/node_modules/tailwindcss/lib/util/formatVariantSelector.js +263 -0
  1190. package/website/node_modules/tailwindcss/lib/util/getAllConfigs.js +50 -0
  1191. package/website/node_modules/tailwindcss/lib/util/hashConfig.js +21 -0
  1192. package/website/node_modules/tailwindcss/lib/util/isKeyframeRule.js +13 -0
  1193. package/website/node_modules/tailwindcss/lib/util/isPlainObject.js +17 -0
  1194. package/website/node_modules/tailwindcss/lib/util/isSyntacticallyValidPropertyValue.js +74 -0
  1195. package/website/node_modules/tailwindcss/lib/util/log.js +61 -0
  1196. package/website/node_modules/tailwindcss/lib/util/nameClass.js +49 -0
  1197. package/website/node_modules/tailwindcss/lib/util/negateValue.js +36 -0
  1198. package/website/node_modules/tailwindcss/lib/util/normalizeConfig.js +282 -0
  1199. package/website/node_modules/tailwindcss/lib/util/normalizeScreens.js +178 -0
  1200. package/website/node_modules/tailwindcss/lib/util/parseAnimationValue.js +93 -0
  1201. package/website/node_modules/tailwindcss/lib/util/parseBoxShadowValue.js +88 -0
  1202. package/website/node_modules/tailwindcss/lib/util/parseDependency.js +47 -0
  1203. package/website/node_modules/tailwindcss/lib/util/parseGlob.js +36 -0
  1204. package/website/node_modules/tailwindcss/lib/util/parseObjectStyles.js +36 -0
  1205. package/website/node_modules/tailwindcss/lib/util/pluginUtils.js +276 -0
  1206. package/website/node_modules/tailwindcss/lib/util/prefixSelector.js +39 -0
  1207. package/website/node_modules/tailwindcss/lib/util/pseudoElements.js +209 -0
  1208. package/website/node_modules/tailwindcss/lib/util/removeAlphaVariables.js +31 -0
  1209. package/website/node_modules/tailwindcss/lib/util/resolveConfig.js +256 -0
  1210. package/website/node_modules/tailwindcss/lib/util/resolveConfigPath.js +70 -0
  1211. package/website/node_modules/tailwindcss/lib/util/responsive.js +24 -0
  1212. package/website/node_modules/tailwindcss/lib/util/splitAtTopLevelOnly.js +51 -0
  1213. package/website/node_modules/tailwindcss/lib/util/tap.js +14 -0
  1214. package/website/node_modules/tailwindcss/lib/util/toColorValue.js +13 -0
  1215. package/website/node_modules/tailwindcss/lib/util/toPath.js +32 -0
  1216. package/website/node_modules/tailwindcss/lib/util/transformThemeValue.js +73 -0
  1217. package/website/node_modules/tailwindcss/lib/util/validateConfig.js +37 -0
  1218. package/website/node_modules/tailwindcss/lib/util/validateFormalSyntax.js +26 -0
  1219. package/website/node_modules/tailwindcss/lib/util/withAlphaVariable.js +79 -0
  1220. package/website/node_modules/tailwindcss/lib/value-parser/LICENSE +22 -0
  1221. package/website/node_modules/tailwindcss/lib/value-parser/README.md +3 -0
  1222. package/website/node_modules/tailwindcss/lib/value-parser/index.d.js +2 -0
  1223. package/website/node_modules/tailwindcss/lib/value-parser/index.js +22 -0
  1224. package/website/node_modules/tailwindcss/lib/value-parser/parse.js +259 -0
  1225. package/website/node_modules/tailwindcss/lib/value-parser/stringify.js +38 -0
  1226. package/website/node_modules/tailwindcss/lib/value-parser/unit.js +86 -0
  1227. package/website/node_modules/tailwindcss/lib/value-parser/walk.js +16 -0
  1228. package/website/node_modules/tailwindcss/loadConfig.d.ts +4 -0
  1229. package/website/node_modules/tailwindcss/loadConfig.js +2 -0
  1230. package/website/node_modules/tailwindcss/nesting/index.js +2 -0
  1231. package/website/node_modules/tailwindcss/package.json +121 -0
  1232. package/website/node_modules/tailwindcss/peers/index.js +96540 -0
  1233. package/website/node_modules/tailwindcss/plugin.d.ts +11 -0
  1234. package/website/node_modules/tailwindcss/plugin.js +2 -0
  1235. package/website/node_modules/tailwindcss/prettier.config.js +19 -0
  1236. package/website/node_modules/tailwindcss/resolveConfig.d.ts +12 -0
  1237. package/website/node_modules/tailwindcss/resolveConfig.js +2 -0
  1238. package/website/node_modules/tailwindcss/screens.css +1 -0
  1239. package/website/node_modules/tailwindcss/scripts/create-plugin-list.js +10 -0
  1240. package/website/node_modules/tailwindcss/scripts/generate-types.js +105 -0
  1241. package/website/node_modules/tailwindcss/scripts/release-channel.js +18 -0
  1242. package/website/node_modules/tailwindcss/scripts/release-notes.js +21 -0
  1243. package/website/node_modules/tailwindcss/scripts/swap-engines.js +40 -0
  1244. package/website/node_modules/tailwindcss/scripts/type-utils.js +27 -0
  1245. package/website/node_modules/tailwindcss/src/cli/build/deps.js +56 -0
  1246. package/website/node_modules/tailwindcss/src/cli/build/index.js +49 -0
  1247. package/website/node_modules/tailwindcss/src/cli/build/plugin.js +444 -0
  1248. package/website/node_modules/tailwindcss/src/cli/build/utils.js +76 -0
  1249. package/website/node_modules/tailwindcss/src/cli/build/watching.js +229 -0
  1250. package/website/node_modules/tailwindcss/src/cli/help/index.js +70 -0
  1251. package/website/node_modules/tailwindcss/src/cli/index.js +216 -0
  1252. package/website/node_modules/tailwindcss/src/cli/init/index.js +79 -0
  1253. package/website/node_modules/tailwindcss/src/cli-peer-dependencies.js +15 -0
  1254. package/website/node_modules/tailwindcss/src/cli.js +7 -0
  1255. package/website/node_modules/tailwindcss/src/corePluginList.js +1 -0
  1256. package/website/node_modules/tailwindcss/src/corePlugins.js +2855 -0
  1257. package/website/node_modules/tailwindcss/src/css/LICENSE +25 -0
  1258. package/website/node_modules/tailwindcss/src/css/preflight.css +378 -0
  1259. package/website/node_modules/tailwindcss/src/featureFlags.js +70 -0
  1260. package/website/node_modules/tailwindcss/src/index.js +1 -0
  1261. package/website/node_modules/tailwindcss/src/lib/cacheInvalidation.js +52 -0
  1262. package/website/node_modules/tailwindcss/src/lib/collapseAdjacentRules.js +58 -0
  1263. package/website/node_modules/tailwindcss/src/lib/collapseDuplicateDeclarations.js +93 -0
  1264. package/website/node_modules/tailwindcss/src/lib/content.js +208 -0
  1265. package/website/node_modules/tailwindcss/src/lib/defaultExtractor.js +217 -0
  1266. package/website/node_modules/tailwindcss/src/lib/detectNesting.js +47 -0
  1267. package/website/node_modules/tailwindcss/src/lib/evaluateTailwindFunctions.js +272 -0
  1268. package/website/node_modules/tailwindcss/src/lib/expandApplyAtRules.js +613 -0
  1269. package/website/node_modules/tailwindcss/src/lib/expandTailwindAtRules.js +285 -0
  1270. package/website/node_modules/tailwindcss/src/lib/findAtConfigPath.js +48 -0
  1271. package/website/node_modules/tailwindcss/src/lib/generateRules.js +934 -0
  1272. package/website/node_modules/tailwindcss/src/lib/getModuleDependencies.js +79 -0
  1273. package/website/node_modules/tailwindcss/src/lib/load-config.ts +31 -0
  1274. package/website/node_modules/tailwindcss/src/lib/normalizeTailwindDirectives.js +84 -0
  1275. package/website/node_modules/tailwindcss/src/lib/offsets.js +373 -0
  1276. package/website/node_modules/tailwindcss/src/lib/partitionApplyAtRules.js +52 -0
  1277. package/website/node_modules/tailwindcss/src/lib/regex.js +74 -0
  1278. package/website/node_modules/tailwindcss/src/lib/remap-bitfield.js +82 -0
  1279. package/website/node_modules/tailwindcss/src/lib/resolveDefaultsAtRules.js +163 -0
  1280. package/website/node_modules/tailwindcss/src/lib/setupContextUtils.js +1340 -0
  1281. package/website/node_modules/tailwindcss/src/lib/setupTrackingContext.js +169 -0
  1282. package/website/node_modules/tailwindcss/src/lib/sharedState.js +61 -0
  1283. package/website/node_modules/tailwindcss/src/lib/substituteScreenAtRules.js +19 -0
  1284. package/website/node_modules/tailwindcss/src/oxide/cli/build/deps.ts +91 -0
  1285. package/website/node_modules/tailwindcss/src/oxide/cli/build/index.ts +47 -0
  1286. package/website/node_modules/tailwindcss/src/oxide/cli/build/plugin.ts +442 -0
  1287. package/website/node_modules/tailwindcss/src/oxide/cli/build/utils.ts +74 -0
  1288. package/website/node_modules/tailwindcss/src/oxide/cli/build/watching.ts +225 -0
  1289. package/website/node_modules/tailwindcss/src/oxide/cli/help/index.ts +69 -0
  1290. package/website/node_modules/tailwindcss/src/oxide/cli/index.ts +204 -0
  1291. package/website/node_modules/tailwindcss/src/oxide/cli/init/index.ts +59 -0
  1292. package/website/node_modules/tailwindcss/src/oxide/cli.ts +1 -0
  1293. package/website/node_modules/tailwindcss/src/oxide/postcss-plugin.ts +1 -0
  1294. package/website/node_modules/tailwindcss/src/plugin.js +107 -0
  1295. package/website/node_modules/tailwindcss/src/postcss-plugins/nesting/README.md +42 -0
  1296. package/website/node_modules/tailwindcss/src/postcss-plugins/nesting/index.js +13 -0
  1297. package/website/node_modules/tailwindcss/src/postcss-plugins/nesting/plugin.js +80 -0
  1298. package/website/node_modules/tailwindcss/src/processTailwindFeatures.js +59 -0
  1299. package/website/node_modules/tailwindcss/src/public/colors.js +322 -0
  1300. package/website/node_modules/tailwindcss/src/public/create-plugin.js +2 -0
  1301. package/website/node_modules/tailwindcss/src/public/default-config.js +4 -0
  1302. package/website/node_modules/tailwindcss/src/public/default-theme.js +4 -0
  1303. package/website/node_modules/tailwindcss/src/public/load-config.js +2 -0
  1304. package/website/node_modules/tailwindcss/src/public/resolve-config.js +7 -0
  1305. package/website/node_modules/tailwindcss/src/util/applyImportantSelector.js +27 -0
  1306. package/website/node_modules/tailwindcss/src/util/bigSign.js +3 -0
  1307. package/website/node_modules/tailwindcss/src/util/buildMediaQuery.js +22 -0
  1308. package/website/node_modules/tailwindcss/src/util/cloneDeep.js +11 -0
  1309. package/website/node_modules/tailwindcss/src/util/cloneNodes.js +28 -0
  1310. package/website/node_modules/tailwindcss/src/util/color.js +88 -0
  1311. package/website/node_modules/tailwindcss/src/util/colorNames.js +150 -0
  1312. package/website/node_modules/tailwindcss/src/util/configurePlugins.js +23 -0
  1313. package/website/node_modules/tailwindcss/src/util/createPlugin.js +27 -0
  1314. package/website/node_modules/tailwindcss/src/util/createUtilityPlugin.js +37 -0
  1315. package/website/node_modules/tailwindcss/src/util/dataTypes.js +292 -0
  1316. package/website/node_modules/tailwindcss/src/util/defaults.js +17 -0
  1317. package/website/node_modules/tailwindcss/src/util/escapeClassName.js +8 -0
  1318. package/website/node_modules/tailwindcss/src/util/escapeCommas.js +3 -0
  1319. package/website/node_modules/tailwindcss/src/util/flattenColorPalette.js +13 -0
  1320. package/website/node_modules/tailwindcss/src/util/formatVariantSelector.js +316 -0
  1321. package/website/node_modules/tailwindcss/src/util/getAllConfigs.js +38 -0
  1322. package/website/node_modules/tailwindcss/src/util/hashConfig.js +5 -0
  1323. package/website/node_modules/tailwindcss/src/util/isKeyframeRule.js +3 -0
  1324. package/website/node_modules/tailwindcss/src/util/isPlainObject.js +8 -0
  1325. package/website/node_modules/tailwindcss/src/util/isSyntacticallyValidPropertyValue.js +61 -0
  1326. package/website/node_modules/tailwindcss/src/util/log.js +29 -0
  1327. package/website/node_modules/tailwindcss/src/util/nameClass.js +30 -0
  1328. package/website/node_modules/tailwindcss/src/util/negateValue.js +24 -0
  1329. package/website/node_modules/tailwindcss/src/util/normalizeConfig.js +301 -0
  1330. package/website/node_modules/tailwindcss/src/util/normalizeScreens.js +140 -0
  1331. package/website/node_modules/tailwindcss/src/util/parseAnimationValue.js +68 -0
  1332. package/website/node_modules/tailwindcss/src/util/parseBoxShadowValue.js +72 -0
  1333. package/website/node_modules/tailwindcss/src/util/parseDependency.js +44 -0
  1334. package/website/node_modules/tailwindcss/src/util/parseGlob.js +24 -0
  1335. package/website/node_modules/tailwindcss/src/util/parseObjectStyles.js +19 -0
  1336. package/website/node_modules/tailwindcss/src/util/pluginUtils.js +291 -0
  1337. package/website/node_modules/tailwindcss/src/util/prefixSelector.js +33 -0
  1338. package/website/node_modules/tailwindcss/src/util/pseudoElements.js +167 -0
  1339. package/website/node_modules/tailwindcss/src/util/removeAlphaVariables.js +24 -0
  1340. package/website/node_modules/tailwindcss/src/util/resolveConfig.js +277 -0
  1341. package/website/node_modules/tailwindcss/src/util/resolveConfigPath.js +66 -0
  1342. package/website/node_modules/tailwindcss/src/util/responsive.js +10 -0
  1343. package/website/node_modules/tailwindcss/src/util/splitAtTopLevelOnly.js +52 -0
  1344. package/website/node_modules/tailwindcss/src/util/tap.js +4 -0
  1345. package/website/node_modules/tailwindcss/src/util/toColorValue.js +3 -0
  1346. package/website/node_modules/tailwindcss/src/util/toPath.js +26 -0
  1347. package/website/node_modules/tailwindcss/src/util/transformThemeValue.js +62 -0
  1348. package/website/node_modules/tailwindcss/src/util/validateConfig.js +26 -0
  1349. package/website/node_modules/tailwindcss/src/util/validateFormalSyntax.js +34 -0
  1350. package/website/node_modules/tailwindcss/src/util/withAlphaVariable.js +49 -0
  1351. package/website/node_modules/tailwindcss/src/value-parser/LICENSE +22 -0
  1352. package/website/node_modules/tailwindcss/src/value-parser/README.md +3 -0
  1353. package/website/node_modules/tailwindcss/src/value-parser/index.d.ts +177 -0
  1354. package/website/node_modules/tailwindcss/src/value-parser/index.js +28 -0
  1355. package/website/node_modules/tailwindcss/src/value-parser/parse.js +303 -0
  1356. package/website/node_modules/tailwindcss/src/value-parser/stringify.js +41 -0
  1357. package/website/node_modules/tailwindcss/src/value-parser/unit.js +118 -0
  1358. package/website/node_modules/tailwindcss/src/value-parser/walk.js +18 -0
  1359. package/website/node_modules/tailwindcss/stubs/.npmignore +1 -0
  1360. package/website/node_modules/tailwindcss/stubs/.prettierrc.json +6 -0
  1361. package/website/node_modules/tailwindcss/stubs/config.full.js +991 -0
  1362. package/website/node_modules/tailwindcss/stubs/config.simple.js +7 -0
  1363. package/website/node_modules/tailwindcss/stubs/postcss.config.cjs +6 -0
  1364. package/website/node_modules/tailwindcss/stubs/postcss.config.js +6 -0
  1365. package/website/node_modules/tailwindcss/stubs/tailwind.config.cjs +2 -0
  1366. package/website/node_modules/tailwindcss/stubs/tailwind.config.js +2 -0
  1367. package/website/node_modules/tailwindcss/stubs/tailwind.config.ts +3 -0
  1368. package/website/node_modules/tailwindcss/tailwind.css +5 -0
  1369. package/website/node_modules/tailwindcss/types/config.d.ts +368 -0
  1370. package/website/node_modules/tailwindcss/types/generated/.gitkeep +0 -0
  1371. package/website/node_modules/tailwindcss/types/generated/colors.d.ts +298 -0
  1372. package/website/node_modules/tailwindcss/types/generated/corePluginList.d.ts +1 -0
  1373. package/website/node_modules/tailwindcss/types/generated/default-theme.d.ts +372 -0
  1374. package/website/node_modules/tailwindcss/types/index.d.ts +7 -0
  1375. package/website/node_modules/tailwindcss/utilities.css +1 -0
  1376. package/website/node_modules/tailwindcss/variants.css +1 -0
  1377. package/website/node_modules/thenify/History.md +11 -0
  1378. package/website/node_modules/thenify/LICENSE +22 -0
  1379. package/website/node_modules/thenify/README.md +120 -0
  1380. package/website/node_modules/thenify/index.js +77 -0
  1381. package/website/node_modules/thenify/package.json +31 -0
  1382. package/website/node_modules/thenify-all/History.md +11 -0
  1383. package/website/node_modules/thenify-all/LICENSE +22 -0
  1384. package/website/node_modules/thenify-all/README.md +66 -0
  1385. package/website/node_modules/thenify-all/index.js +73 -0
  1386. package/website/node_modules/thenify-all/package.json +34 -0
  1387. package/website/node_modules/to-regex-range/LICENSE +21 -0
  1388. package/website/node_modules/to-regex-range/README.md +305 -0
  1389. package/website/node_modules/to-regex-range/index.js +288 -0
  1390. package/website/node_modules/to-regex-range/package.json +88 -0
  1391. package/website/node_modules/ts-interface-checker/LICENSE +201 -0
  1392. package/website/node_modules/ts-interface-checker/README.md +185 -0
  1393. package/website/node_modules/ts-interface-checker/dist/index.d.ts +124 -0
  1394. package/website/node_modules/ts-interface-checker/dist/index.js +224 -0
  1395. package/website/node_modules/ts-interface-checker/dist/types.d.ts +181 -0
  1396. package/website/node_modules/ts-interface-checker/dist/types.js +566 -0
  1397. package/website/node_modules/ts-interface-checker/dist/util.d.ts +55 -0
  1398. package/website/node_modules/ts-interface-checker/dist/util.js +130 -0
  1399. package/website/node_modules/ts-interface-checker/package.json +60 -0
  1400. package/website/node_modules/util-deprecate/History.md +16 -0
  1401. package/website/node_modules/util-deprecate/LICENSE +24 -0
  1402. package/website/node_modules/util-deprecate/README.md +53 -0
  1403. package/website/node_modules/util-deprecate/browser.js +67 -0
  1404. package/website/node_modules/util-deprecate/node.js +6 -0
  1405. package/website/node_modules/util-deprecate/package.json +27 -0
  1406. package/website/node_modules/wrappy/LICENSE +15 -0
  1407. package/website/node_modules/wrappy/README.md +36 -0
  1408. package/website/node_modules/wrappy/package.json +29 -0
  1409. package/website/node_modules/wrappy/wrappy.js +33 -0
  1410. package/website/node_modules/yaml/LICENSE +13 -0
  1411. package/website/node_modules/yaml/README.md +147 -0
  1412. package/website/node_modules/yaml/browser/dist/compose/compose-collection.js +76 -0
  1413. package/website/node_modules/yaml/browser/dist/compose/compose-doc.js +41 -0
  1414. package/website/node_modules/yaml/browser/dist/compose/compose-node.js +92 -0
  1415. package/website/node_modules/yaml/browser/dist/compose/compose-scalar.js +80 -0
  1416. package/website/node_modules/yaml/browser/dist/compose/composer.js +217 -0
  1417. package/website/node_modules/yaml/browser/dist/compose/resolve-block-map.js +111 -0
  1418. package/website/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +194 -0
  1419. package/website/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +46 -0
  1420. package/website/node_modules/yaml/browser/dist/compose/resolve-end.js +37 -0
  1421. package/website/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +199 -0
  1422. package/website/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +223 -0
  1423. package/website/node_modules/yaml/browser/dist/compose/resolve-props.js +134 -0
  1424. package/website/node_modules/yaml/browser/dist/compose/util-contains-newline.js +34 -0
  1425. package/website/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +27 -0
  1426. package/website/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +15 -0
  1427. package/website/node_modules/yaml/browser/dist/compose/util-map-includes.js +17 -0
  1428. package/website/node_modules/yaml/browser/dist/doc/Document.js +334 -0
  1429. package/website/node_modules/yaml/browser/dist/doc/anchors.js +72 -0
  1430. package/website/node_modules/yaml/browser/dist/doc/applyReviver.js +54 -0
  1431. package/website/node_modules/yaml/browser/dist/doc/createNode.js +89 -0
  1432. package/website/node_modules/yaml/browser/dist/doc/directives.js +169 -0
  1433. package/website/node_modules/yaml/browser/dist/errors.js +57 -0
  1434. package/website/node_modules/yaml/browser/dist/index.js +17 -0
  1435. package/website/node_modules/yaml/browser/dist/log.js +16 -0
  1436. package/website/node_modules/yaml/browser/dist/node_modules/tslib/tslib.es6.js +21 -0
  1437. package/website/node_modules/yaml/browser/dist/nodes/Alias.js +101 -0
  1438. package/website/node_modules/yaml/browser/dist/nodes/Collection.js +148 -0
  1439. package/website/node_modules/yaml/browser/dist/nodes/Node.js +38 -0
  1440. package/website/node_modules/yaml/browser/dist/nodes/Pair.js +36 -0
  1441. package/website/node_modules/yaml/browser/dist/nodes/Scalar.js +24 -0
  1442. package/website/node_modules/yaml/browser/dist/nodes/YAMLMap.js +144 -0
  1443. package/website/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +113 -0
  1444. package/website/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +104 -0
  1445. package/website/node_modules/yaml/browser/dist/nodes/identity.js +36 -0
  1446. package/website/node_modules/yaml/browser/dist/nodes/toJS.js +37 -0
  1447. package/website/node_modules/yaml/browser/dist/parse/cst-scalar.js +214 -0
  1448. package/website/node_modules/yaml/browser/dist/parse/cst-stringify.js +61 -0
  1449. package/website/node_modules/yaml/browser/dist/parse/cst-visit.js +97 -0
  1450. package/website/node_modules/yaml/browser/dist/parse/cst.js +98 -0
  1451. package/website/node_modules/yaml/browser/dist/parse/lexer.js +701 -0
  1452. package/website/node_modules/yaml/browser/dist/parse/line-counter.js +39 -0
  1453. package/website/node_modules/yaml/browser/dist/parse/parser.js +950 -0
  1454. package/website/node_modules/yaml/browser/dist/public-api.js +99 -0
  1455. package/website/node_modules/yaml/browser/dist/schema/Schema.js +38 -0
  1456. package/website/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
  1457. package/website/node_modules/yaml/browser/dist/schema/common/null.js +15 -0
  1458. package/website/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
  1459. package/website/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
  1460. package/website/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
  1461. package/website/node_modules/yaml/browser/dist/schema/core/float.js +43 -0
  1462. package/website/node_modules/yaml/browser/dist/schema/core/int.js +38 -0
  1463. package/website/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
  1464. package/website/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
  1465. package/website/node_modules/yaml/browser/dist/schema/tags.js +83 -0
  1466. package/website/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +66 -0
  1467. package/website/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +26 -0
  1468. package/website/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +46 -0
  1469. package/website/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +71 -0
  1470. package/website/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +74 -0
  1471. package/website/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +78 -0
  1472. package/website/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +37 -0
  1473. package/website/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +93 -0
  1474. package/website/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
  1475. package/website/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +135 -0
  1476. package/website/node_modules/yaml/browser/dist/stringify/stringify.js +124 -0
  1477. package/website/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +151 -0
  1478. package/website/node_modules/yaml/browser/dist/stringify/stringifyComment.js +20 -0
  1479. package/website/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +85 -0
  1480. package/website/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +24 -0
  1481. package/website/node_modules/yaml/browser/dist/stringify/stringifyPair.js +150 -0
  1482. package/website/node_modules/yaml/browser/dist/stringify/stringifyString.js +328 -0
  1483. package/website/node_modules/yaml/browser/dist/util.js +11 -0
  1484. package/website/node_modules/yaml/browser/dist/visit.js +233 -0
  1485. package/website/node_modules/yaml/browser/index.js +5 -0
  1486. package/website/node_modules/yaml/browser/package.json +3 -0
  1487. package/website/node_modules/yaml/dist/compose/compose-collection.d.ts +5 -0
  1488. package/website/node_modules/yaml/dist/compose/compose-collection.js +78 -0
  1489. package/website/node_modules/yaml/dist/compose/compose-doc.d.ts +7 -0
  1490. package/website/node_modules/yaml/dist/compose/compose-doc.js +43 -0
  1491. package/website/node_modules/yaml/dist/compose/compose-node.d.ts +27 -0
  1492. package/website/node_modules/yaml/dist/compose/compose-node.js +95 -0
  1493. package/website/node_modules/yaml/dist/compose/compose-scalar.d.ts +5 -0
  1494. package/website/node_modules/yaml/dist/compose/compose-scalar.js +82 -0
  1495. package/website/node_modules/yaml/dist/compose/composer.d.ts +62 -0
  1496. package/website/node_modules/yaml/dist/compose/composer.js +221 -0
  1497. package/website/node_modules/yaml/dist/compose/resolve-block-map.d.ts +7 -0
  1498. package/website/node_modules/yaml/dist/compose/resolve-block-map.js +113 -0
  1499. package/website/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +10 -0
  1500. package/website/node_modules/yaml/dist/compose/resolve-block-scalar.js +196 -0
  1501. package/website/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +6 -0
  1502. package/website/node_modules/yaml/dist/compose/resolve-block-seq.js +48 -0
  1503. package/website/node_modules/yaml/dist/compose/resolve-end.d.ts +6 -0
  1504. package/website/node_modules/yaml/dist/compose/resolve-end.js +39 -0
  1505. package/website/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +7 -0
  1506. package/website/node_modules/yaml/dist/compose/resolve-flow-collection.js +201 -0
  1507. package/website/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +10 -0
  1508. package/website/node_modules/yaml/dist/compose/resolve-flow-scalar.js +225 -0
  1509. package/website/node_modules/yaml/dist/compose/resolve-props.d.ts +22 -0
  1510. package/website/node_modules/yaml/dist/compose/resolve-props.js +136 -0
  1511. package/website/node_modules/yaml/dist/compose/util-contains-newline.d.ts +2 -0
  1512. package/website/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
  1513. package/website/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +2 -0
  1514. package/website/node_modules/yaml/dist/compose/util-empty-scalar-position.js +29 -0
  1515. package/website/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +3 -0
  1516. package/website/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
  1517. package/website/node_modules/yaml/dist/compose/util-map-includes.d.ts +4 -0
  1518. package/website/node_modules/yaml/dist/compose/util-map-includes.js +19 -0
  1519. package/website/node_modules/yaml/dist/doc/Document.d.ts +141 -0
  1520. package/website/node_modules/yaml/dist/doc/Document.js +336 -0
  1521. package/website/node_modules/yaml/dist/doc/anchors.d.ts +24 -0
  1522. package/website/node_modules/yaml/dist/doc/anchors.js +77 -0
  1523. package/website/node_modules/yaml/dist/doc/applyReviver.d.ts +9 -0
  1524. package/website/node_modules/yaml/dist/doc/applyReviver.js +56 -0
  1525. package/website/node_modules/yaml/dist/doc/createNode.d.ts +17 -0
  1526. package/website/node_modules/yaml/dist/doc/createNode.js +91 -0
  1527. package/website/node_modules/yaml/dist/doc/directives.d.ts +49 -0
  1528. package/website/node_modules/yaml/dist/doc/directives.js +171 -0
  1529. package/website/node_modules/yaml/dist/errors.d.ts +21 -0
  1530. package/website/node_modules/yaml/dist/errors.js +62 -0
  1531. package/website/node_modules/yaml/dist/index.d.ts +22 -0
  1532. package/website/node_modules/yaml/dist/index.js +50 -0
  1533. package/website/node_modules/yaml/dist/log.d.ts +3 -0
  1534. package/website/node_modules/yaml/dist/log.js +19 -0
  1535. package/website/node_modules/yaml/dist/nodes/Alias.d.ts +28 -0
  1536. package/website/node_modules/yaml/dist/nodes/Alias.js +103 -0
  1537. package/website/node_modules/yaml/dist/nodes/Collection.d.ts +74 -0
  1538. package/website/node_modules/yaml/dist/nodes/Collection.js +152 -0
  1539. package/website/node_modules/yaml/dist/nodes/Node.d.ts +46 -0
  1540. package/website/node_modules/yaml/dist/nodes/Node.js +40 -0
  1541. package/website/node_modules/yaml/dist/nodes/Pair.d.ts +21 -0
  1542. package/website/node_modules/yaml/dist/nodes/Pair.js +39 -0
  1543. package/website/node_modules/yaml/dist/nodes/Scalar.d.ts +42 -0
  1544. package/website/node_modules/yaml/dist/nodes/Scalar.js +27 -0
  1545. package/website/node_modules/yaml/dist/nodes/YAMLMap.d.ts +53 -0
  1546. package/website/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
  1547. package/website/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +60 -0
  1548. package/website/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
  1549. package/website/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +4 -0
  1550. package/website/node_modules/yaml/dist/nodes/addPairToJSMap.js +106 -0
  1551. package/website/node_modules/yaml/dist/nodes/identity.d.ts +23 -0
  1552. package/website/node_modules/yaml/dist/nodes/identity.js +53 -0
  1553. package/website/node_modules/yaml/dist/nodes/toJS.d.ts +27 -0
  1554. package/website/node_modules/yaml/dist/nodes/toJS.js +39 -0
  1555. package/website/node_modules/yaml/dist/options.d.ts +338 -0
  1556. package/website/node_modules/yaml/dist/parse/cst-scalar.d.ts +64 -0
  1557. package/website/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
  1558. package/website/node_modules/yaml/dist/parse/cst-stringify.d.ts +8 -0
  1559. package/website/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
  1560. package/website/node_modules/yaml/dist/parse/cst-visit.d.ts +39 -0
  1561. package/website/node_modules/yaml/dist/parse/cst-visit.js +99 -0
  1562. package/website/node_modules/yaml/dist/parse/cst.d.ts +106 -0
  1563. package/website/node_modules/yaml/dist/parse/cst.js +112 -0
  1564. package/website/node_modules/yaml/dist/parse/lexer.d.ts +87 -0
  1565. package/website/node_modules/yaml/dist/parse/lexer.js +703 -0
  1566. package/website/node_modules/yaml/dist/parse/line-counter.d.ts +22 -0
  1567. package/website/node_modules/yaml/dist/parse/line-counter.js +41 -0
  1568. package/website/node_modules/yaml/dist/parse/parser.d.ts +84 -0
  1569. package/website/node_modules/yaml/dist/parse/parser.js +954 -0
  1570. package/website/node_modules/yaml/dist/public-api.d.ts +43 -0
  1571. package/website/node_modules/yaml/dist/public-api.js +104 -0
  1572. package/website/node_modules/yaml/dist/schema/Schema.d.ts +18 -0
  1573. package/website/node_modules/yaml/dist/schema/Schema.js +40 -0
  1574. package/website/node_modules/yaml/dist/schema/common/map.d.ts +2 -0
  1575. package/website/node_modules/yaml/dist/schema/common/map.js +19 -0
  1576. package/website/node_modules/yaml/dist/schema/common/null.d.ts +4 -0
  1577. package/website/node_modules/yaml/dist/schema/common/null.js +17 -0
  1578. package/website/node_modules/yaml/dist/schema/common/seq.d.ts +2 -0
  1579. package/website/node_modules/yaml/dist/schema/common/seq.js +19 -0
  1580. package/website/node_modules/yaml/dist/schema/common/string.d.ts +2 -0
  1581. package/website/node_modules/yaml/dist/schema/common/string.js +16 -0
  1582. package/website/node_modules/yaml/dist/schema/core/bool.d.ts +4 -0
  1583. package/website/node_modules/yaml/dist/schema/core/bool.js +21 -0
  1584. package/website/node_modules/yaml/dist/schema/core/float.d.ts +4 -0
  1585. package/website/node_modules/yaml/dist/schema/core/float.js +47 -0
  1586. package/website/node_modules/yaml/dist/schema/core/int.d.ts +4 -0
  1587. package/website/node_modules/yaml/dist/schema/core/int.js +42 -0
  1588. package/website/node_modules/yaml/dist/schema/core/schema.d.ts +1 -0
  1589. package/website/node_modules/yaml/dist/schema/core/schema.js +25 -0
  1590. package/website/node_modules/yaml/dist/schema/json/schema.d.ts +2 -0
  1591. package/website/node_modules/yaml/dist/schema/json/schema.js +64 -0
  1592. package/website/node_modules/yaml/dist/schema/json-schema.d.ts +69 -0
  1593. package/website/node_modules/yaml/dist/schema/tags.d.ts +40 -0
  1594. package/website/node_modules/yaml/dist/schema/tags.js +86 -0
  1595. package/website/node_modules/yaml/dist/schema/types.d.ts +90 -0
  1596. package/website/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +2 -0
  1597. package/website/node_modules/yaml/dist/schema/yaml-1.1/binary.js +68 -0
  1598. package/website/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +7 -0
  1599. package/website/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
  1600. package/website/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +4 -0
  1601. package/website/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
  1602. package/website/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +5 -0
  1603. package/website/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
  1604. package/website/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +28 -0
  1605. package/website/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
  1606. package/website/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +10 -0
  1607. package/website/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
  1608. package/website/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -0
  1609. package/website/node_modules/yaml/dist/schema/yaml-1.1/schema.js +39 -0
  1610. package/website/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +28 -0
  1611. package/website/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
  1612. package/website/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +6 -0
  1613. package/website/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
  1614. package/website/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +34 -0
  1615. package/website/node_modules/yaml/dist/stringify/foldFlowLines.js +140 -0
  1616. package/website/node_modules/yaml/dist/stringify/stringify.d.ts +21 -0
  1617. package/website/node_modules/yaml/dist/stringify/stringify.js +127 -0
  1618. package/website/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +17 -0
  1619. package/website/node_modules/yaml/dist/stringify/stringifyCollection.js +153 -0
  1620. package/website/node_modules/yaml/dist/stringify/stringifyComment.d.ts +10 -0
  1621. package/website/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
  1622. package/website/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +4 -0
  1623. package/website/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
  1624. package/website/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +2 -0
  1625. package/website/node_modules/yaml/dist/stringify/stringifyNumber.js +26 -0
  1626. package/website/node_modules/yaml/dist/stringify/stringifyPair.d.ts +3 -0
  1627. package/website/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
  1628. package/website/node_modules/yaml/dist/stringify/stringifyString.d.ts +9 -0
  1629. package/website/node_modules/yaml/dist/stringify/stringifyString.js +330 -0
  1630. package/website/node_modules/yaml/dist/test-events.d.ts +4 -0
  1631. package/website/node_modules/yaml/dist/test-events.js +134 -0
  1632. package/website/node_modules/yaml/dist/util.d.ts +12 -0
  1633. package/website/node_modules/yaml/dist/util.js +28 -0
  1634. package/website/node_modules/yaml/dist/visit.d.ts +102 -0
  1635. package/website/node_modules/yaml/dist/visit.js +236 -0
  1636. package/website/node_modules/yaml/package.json +95 -0
  1637. package/website/node_modules/yaml/util.js +2 -0
  1638. package/website/package-lock.json +940 -0
  1639. package/website/package.json +19 -0
  1640. package/website/src/dev/app.css +3 -0
  1641. package/website/src/pages/Home.js +16 -0
  1642. package/website/src/views/home.html +3 -0
  1643. package/website/tailwind.config.js +12 -0
@@ -0,0 +1,2474 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ - Nothing yet!
11
+
12
+ ## [3.3.3] - 2023-07-13
13
+
14
+ ### Fixed
15
+
16
+ - Fix issue where some pseudo-element variants generated the wrong selector ([#10943](https://github.com/tailwindlabs/tailwindcss/pull/10943), [#10962](https://github.com/tailwindlabs/tailwindcss/pull/10962), [#11111](https://github.com/tailwindlabs/tailwindcss/pull/11111))
17
+ - Make font settings propagate into buttons, inputs, etc. ([#10940](https://github.com/tailwindlabs/tailwindcss/pull/10940))
18
+ - Fix parsing of `theme()` inside `calc()` when there are no spaces around operators ([#11157](https://github.com/tailwindlabs/tailwindcss/pull/11157))
19
+ - Ensure `repeating-conic-gradient` is detected as an image ([#11180](https://github.com/tailwindlabs/tailwindcss/pull/11180))
20
+ - Move unknown pseudo-elements outside of `:is` by default ([#11345](https://github.com/tailwindlabs/tailwindcss/pull/11345))
21
+ - Escape animation names when prefixes contain special characters ([#11470](https://github.com/tailwindlabs/tailwindcss/pull/11470))
22
+ - Don't prefix arbitrary classes in `group` and `peer` variants ([#11454](https://github.com/tailwindlabs/tailwindcss/pull/11454))
23
+ - Sort classes using position of first matching rule ([#11504](https://github.com/tailwindlabs/tailwindcss/pull/11504))
24
+ - Allow variant to be an at-rule without a prelude ([#11589](https://github.com/tailwindlabs/tailwindcss/pull/11589))
25
+ - Make PostCSS plugin async to improve performance ([#11548](https://github.com/tailwindlabs/tailwindcss/pull/11548))
26
+ - Don’t error when a config file is missing ([f97759f](https://github.com/tailwindlabs/tailwindcss/commit/f97759f808d15ace66647b1405744fcf95a392e5))
27
+
28
+ ### Added
29
+
30
+ - Add `aria-busy` utility ([#10966](https://github.com/tailwindlabs/tailwindcss/pull/10966))
31
+
32
+ ### Changed
33
+
34
+ - Reset padding for `<dialog>` elements in preflight ([#11069](https://github.com/tailwindlabs/tailwindcss/pull/11069))
35
+
36
+ ## [3.3.2] - 2023-04-25
37
+
38
+ ### Fixed
39
+
40
+ - Don’t move unknown pseudo-elements to the end of selectors ([#10943](https://github.com/tailwindlabs/tailwindcss/pull/10943), [#10962](https://github.com/tailwindlabs/tailwindcss/pull/10962))
41
+ - Inherit gradient stop positions when using variants ([#11002](https://github.com/tailwindlabs/tailwindcss/pull/11002))
42
+ - Honor default `to` position of gradient when using implicit transparent colors ([#11002](https://github.com/tailwindlabs/tailwindcss/pull/11002))
43
+ - Ensure `@tailwindcss/oxide` doesn't leak in the stable engine ([#10988](https://github.com/tailwindlabs/tailwindcss/pull/10988))
44
+ - Ensure multiple `theme(spacing[5])` calls with bracket notation in arbitrary properties work ([#11039](https://github.com/tailwindlabs/tailwindcss/pull/11039))
45
+ - Normalize arbitrary modifiers ([#11057](https://github.com/tailwindlabs/tailwindcss/pull/11057))
46
+
47
+ ### Changed
48
+
49
+ - Drop support for Node.js v12 ([#11089](https://github.com/tailwindlabs/tailwindcss/pull/11089))
50
+
51
+ ## [3.3.1] - 2023-03-30
52
+
53
+ ### Fixed
54
+
55
+ - Fix edge case bug when loading a TypeScript config file with webpack ([#10898](https://github.com/tailwindlabs/tailwindcss/pull/10898))
56
+ - Fix variant, `@apply`, and `important` selectors when using `:is()` or `:has()` with pseudo-elements ([#10903](https://github.com/tailwindlabs/tailwindcss/pull/10903))
57
+ - Fix `safelist` config types ([#10901](https://github.com/tailwindlabs/tailwindcss/pull/10901))
58
+ - Fix build errors caused by `@tailwindcss/line-clamp` warning ([#10915](https://github.com/tailwindlabs/tailwindcss/pull/10915), [#10919](https://github.com/tailwindlabs/tailwindcss/pull/10919))
59
+ - Fix "process is not defined" error ([#10919](https://github.com/tailwindlabs/tailwindcss/pull/10919))
60
+
61
+ ## [3.3.0] - 2023-03-27
62
+
63
+ ### Added
64
+
65
+ - Support ESM and TypeScript config files ([#10785](https://github.com/tailwindlabs/tailwindcss/pull/10785))
66
+ - Extend default color palette with new 950 shades ([#10879](https://github.com/tailwindlabs/tailwindcss/pull/10879))
67
+ - Add `line-height` modifier support to `font-size` utilities ([#9875](https://github.com/tailwindlabs/tailwindcss/pull/9875))
68
+ - Add support for using variables as arbitrary values without `var(...)` ([#9880](https://github.com/tailwindlabs/tailwindcss/pull/9880), [#9962](https://github.com/tailwindlabs/tailwindcss/pull/9962))
69
+ - Add logical properties support for inline direction ([#10166](https://github.com/tailwindlabs/tailwindcss/pull/10166))
70
+ - Add `hyphens` utilities ([#10071](https://github.com/tailwindlabs/tailwindcss/pull/10071))
71
+ - Add `from-{position}`, `via-{position}` and `to-{position}` utilities ([#10886](https://github.com/tailwindlabs/tailwindcss/pull/10886))
72
+ - Add `list-style-image` utilities ([#10817](https://github.com/tailwindlabs/tailwindcss/pull/10817))
73
+ - Add `caption-side` utilities ([#10470](https://github.com/tailwindlabs/tailwindcss/pull/10470))
74
+ - Add `line-clamp` utilities from `@tailwindcss/line-clamp` to core ([#10768](https://github.com/tailwindlabs/tailwindcss/pull/10768), [#10876](https://github.com/tailwindlabs/tailwindcss/pull/10876), [#10862](https://github.com/tailwindlabs/tailwindcss/pull/10862))
75
+ - Add `delay-0` and `duration-0` utilities ([#10294](https://github.com/tailwindlabs/tailwindcss/pull/10294))
76
+ - Add `justify-normal` and `justify-stretch` utilities ([#10560](https://github.com/tailwindlabs/tailwindcss/pull/10560))
77
+ - Add `content-normal` and `content-stretch` utilities ([#10645](https://github.com/tailwindlabs/tailwindcss/pull/10645))
78
+ - Add `whitespace-break-spaces` utility ([#10729](https://github.com/tailwindlabs/tailwindcss/pull/10729))
79
+ - Add support for configuring default `font-variation-settings` for a `font-family` ([#10034](https://github.com/tailwindlabs/tailwindcss/pull/10034), [#10515](https://github.com/tailwindlabs/tailwindcss/pull/10515))
80
+
81
+ ### Fixed
82
+
83
+ - Disallow using multiple selectors in arbitrary variants ([#10655](https://github.com/tailwindlabs/tailwindcss/pull/10655))
84
+ - Sort class lists deterministically for Prettier plugin ([#10672](https://github.com/tailwindlabs/tailwindcss/pull/10672))
85
+ - Ensure CLI builds have a non-zero exit code on failure ([#10703](https://github.com/tailwindlabs/tailwindcss/pull/10703))
86
+ - Ensure module dependencies for value `null`, is an empty `Set` ([#10877](https://github.com/tailwindlabs/tailwindcss/pull/10877))
87
+ - Fix format assumption when resolving module dependencies ([#10878](https://github.com/tailwindlabs/tailwindcss/pull/10878))
88
+
89
+ ### Changed
90
+
91
+ - Mark `rtl` and `ltr` variants as stable and remove warnings ([#10764](https://github.com/tailwindlabs/tailwindcss/pull/10764))
92
+ - Use `inset` instead of `top`, `right`, `bottom`, and `left` properties ([#10765](https://github.com/tailwindlabs/tailwindcss/pull/10765))
93
+ - Make `dark` and `rtl`/`ltr` variants insensitive to DOM order ([#10766](https://github.com/tailwindlabs/tailwindcss/pull/10766))
94
+ - Use `:is` to make important selector option insensitive to DOM order ([#10835](https://github.com/tailwindlabs/tailwindcss/pull/10835))
95
+
96
+ ## [3.2.7] - 2023-02-16
97
+
98
+ ### Fixed
99
+
100
+ - Fix use of `:where(.btn)` when matching `!btn` ([#10601](https://github.com/tailwindlabs/tailwindcss/pull/10601))
101
+ - Revert including `outline-color` in `transition` and `transition-colors` by default ([#10604](https://github.com/tailwindlabs/tailwindcss/pull/10604))
102
+
103
+ ## [3.2.6] - 2023-02-08
104
+
105
+ ### Fixed
106
+
107
+ - Fix installation failing with yarn and pnpm by dropping `oxide-api-shim` ([add1636](https://github.com/tailwindlabs/tailwindcss/commit/add16364b4b1100e1af23ad1ca6900a0b53cbba0))
108
+
109
+ ## [3.2.5] - 2023-02-08
110
+
111
+ ### Added
112
+
113
+ - Add standalone CLI build for 64-bit Windows on ARM (`node16-win-arm64`) ([#10001](https://github.com/tailwindlabs/tailwindcss/pull/10001))
114
+
115
+ ### Fixed
116
+
117
+ - Cleanup unused `variantOrder` ([#9829](https://github.com/tailwindlabs/tailwindcss/pull/9829))
118
+ - Fix `foo-[abc]/[def]` not being handled correctly ([#9866](https://github.com/tailwindlabs/tailwindcss/pull/9866))
119
+ - Add container queries plugin to standalone CLI ([#9865](https://github.com/tailwindlabs/tailwindcss/pull/9865))
120
+ - Support renaming of output files by PostCSS plugins in CLI ([#9944](https://github.com/tailwindlabs/tailwindcss/pull/9944))
121
+ - Improve return value of `resolveConfig`, unwrap `ResolvableTo` ([#9972](https://github.com/tailwindlabs/tailwindcss/pull/9972))
122
+ - Clip unbalanced brackets in arbitrary values ([#9973](https://github.com/tailwindlabs/tailwindcss/pull/9973))
123
+ - Don’t reorder webkit scrollbar pseudo elements ([#9991](https://github.com/tailwindlabs/tailwindcss/pull/9991))
124
+ - Deterministic sorting of arbitrary variants ([#10016](https://github.com/tailwindlabs/tailwindcss/pull/10016))
125
+ - Add `data` key to theme types ([#10023](https://github.com/tailwindlabs/tailwindcss/pull/10023))
126
+ - Prevent invalid arbitrary variant selectors from failing the build ([#10059](https://github.com/tailwindlabs/tailwindcss/pull/10059))
127
+ - Properly handle subtraction followed by a variable ([#10074](https://github.com/tailwindlabs/tailwindcss/pull/10074))
128
+ - Fix missing `string[]` in the `theme.dropShadow` types ([#10072](https://github.com/tailwindlabs/tailwindcss/pull/10072))
129
+ - Update list of length units ([#10100](https://github.com/tailwindlabs/tailwindcss/pull/10100))
130
+ - Fix not matching arbitrary properties when closely followed by square brackets ([#10212](https://github.com/tailwindlabs/tailwindcss/pull/10212))
131
+ - Allow direct nesting in `root` or `@layer` nodes ([#10229](https://github.com/tailwindlabs/tailwindcss/pull/10229))
132
+ - Don't prefix classes in arbitrary variants ([#10214](https://github.com/tailwindlabs/tailwindcss/pull/10214))
133
+ - Fix perf regression when checking for changed content ([#10234](https://github.com/tailwindlabs/tailwindcss/pull/10234))
134
+ - Fix missing `blocklist` member in the `Config` type ([#10239](https://github.com/tailwindlabs/tailwindcss/pull/10239))
135
+ - Escape group names in selectors ([#10276](https://github.com/tailwindlabs/tailwindcss/pull/10276))
136
+ - Consider earlier variants before sorting functions ([#10288](https://github.com/tailwindlabs/tailwindcss/pull/10288))
137
+ - Allow variants with slashes ([#10336](https://github.com/tailwindlabs/tailwindcss/pull/10336))
138
+ - Ensure generated CSS is always sorted in the same order for a given set of templates ([#10382](https://github.com/tailwindlabs/tailwindcss/pull/10382))
139
+ - Handle variants when the same class appears multiple times in a selector ([#10397](https://github.com/tailwindlabs/tailwindcss/pull/10397))
140
+ - Handle group/peer variants with quoted strings ([#10400](https://github.com/tailwindlabs/tailwindcss/pull/10400))
141
+ - Parse alpha value from rgba/hsla colors when using variables ([#10429](https://github.com/tailwindlabs/tailwindcss/pull/10429))
142
+ - Sort by `layer` inside `variants` layer ([#10505](https://github.com/tailwindlabs/tailwindcss/pull/10505))
143
+ - Add `--watch=always` option to prevent exit when stdin closes ([#9966](https://github.com/tailwindlabs/tailwindcss/pull/9966))
144
+
145
+ ### Changed
146
+
147
+ - Alphabetize `theme` keys in default config ([#9953](https://github.com/tailwindlabs/tailwindcss/pull/9953))
148
+ - Update esbuild to v17 ([#10368](https://github.com/tailwindlabs/tailwindcss/pull/10368))
149
+ - Include `outline-color` in `transition` and `transition-colors` utilities ([#10385](https://github.com/tailwindlabs/tailwindcss/pull/10385))
150
+
151
+ ## [3.2.4] - 2022-11-11
152
+
153
+ ### Added
154
+
155
+ - Add `blocklist` option to prevent generating unwanted CSS ([#9812](https://github.com/tailwindlabs/tailwindcss/pull/9812))
156
+
157
+ ### Fixed
158
+
159
+ - Fix watching of files on Linux when renames are involved ([#9796](https://github.com/tailwindlabs/tailwindcss/pull/9796))
160
+ - Make sure errors are always displayed when watching for changes ([#9810](https://github.com/tailwindlabs/tailwindcss/pull/9810))
161
+
162
+ ## [3.2.3] - 2022-11-09
163
+
164
+ ### Fixed
165
+
166
+ - Fixed use of `raw` content in the CLI ([#9773](https://github.com/tailwindlabs/tailwindcss/pull/9773))
167
+ - Pick up changes from files that are both context and content deps ([#9787](https://github.com/tailwindlabs/tailwindcss/pull/9787))
168
+ - Sort pseudo-elements ONLY after classes when using variants and `@apply` ([#9765](https://github.com/tailwindlabs/tailwindcss/pull/9765))
169
+ - Support important utilities in the safelist (pattern must include a `!`) ([#9791](https://github.com/tailwindlabs/tailwindcss/pull/9791))
170
+
171
+ ## [3.2.2] - 2022-11-04
172
+
173
+ ### Fixed
174
+
175
+ - Escape special characters in resolved content base paths ([#9650](https://github.com/tailwindlabs/tailwindcss/pull/9650))
176
+ - Don't reuse container for array returning variant functions ([#9644](https://github.com/tailwindlabs/tailwindcss/pull/9644))
177
+ - Exclude non-relevant selectors when generating rules with the important modifier ([#9677](https://github.com/tailwindlabs/tailwindcss/issues/9677))
178
+ - Fix merging of arrays during config resolution ([#9706](https://github.com/tailwindlabs/tailwindcss/issues/9706))
179
+ - Ensure configured `font-feature-settings` are included in Preflight ([#9707](https://github.com/tailwindlabs/tailwindcss/pull/9707))
180
+ - Fix fractional values not being parsed properly inside arbitrary properties ([#9705](https://github.com/tailwindlabs/tailwindcss/pull/9705))
181
+ - Fix incorrect selectors when using `@apply` in selectors with combinators and pseudos ([#9722](https://github.com/tailwindlabs/tailwindcss/pull/9722))
182
+ - Fix cannot read properties of undefined (reading 'modifier') ([#9656](https://github.com/tailwindlabs/tailwindcss/pull/9656), [aa979d6](https://github.com/tailwindlabs/tailwindcss/commit/aa979d645f8bf4108c5fc938d7c0ba085b654c31))
183
+
184
+ ## [3.2.1] - 2022-10-21
185
+
186
+ ### Fixed
187
+
188
+ - Fix missing `supports` in types ([#9616](https://github.com/tailwindlabs/tailwindcss/pull/9616))
189
+ - Fix missing PostCSS dependencies in the CLI ([#9617](https://github.com/tailwindlabs/tailwindcss/pull/9617))
190
+ - Ensure `micromatch` is a proper CLI dependency ([#9620](https://github.com/tailwindlabs/tailwindcss/pull/9620))
191
+ - Ensure modifier values exist when using a `modifiers` object for `matchVariant` ([ba6551d](https://github.com/tailwindlabs/tailwindcss/commit/ba6551db0f2726461371b4f3c6cd4c7090888504))
192
+
193
+ ## [3.2.0] - 2022-10-19
194
+
195
+ ### Added
196
+
197
+ - Add new `@config` directive ([#9405](https://github.com/tailwindlabs/tailwindcss/pull/9405))
198
+ - Add new `relative: true` option to resolve content paths relative to the config file ([#9396](https://github.com/tailwindlabs/tailwindcss/pull/9396))
199
+ - Add new `supports-*` variant ([#9453](https://github.com/tailwindlabs/tailwindcss/pull/9453))
200
+ - Add new `min-*` and `max-*` variants ([#9558](https://github.com/tailwindlabs/tailwindcss/pull/9558))
201
+ - Add new `aria-*` variants ([#9557](https://github.com/tailwindlabs/tailwindcss/pull/9557), [#9588](https://github.com/tailwindlabs/tailwindcss/pull/9588))
202
+ - Add new `data-*` variants ([#9559](https://github.com/tailwindlabs/tailwindcss/pull/9559), [#9588](https://github.com/tailwindlabs/tailwindcss/pull/9588))
203
+ - Add new `break-keep` utility for `word-break: keep-all` ([#9393](https://github.com/tailwindlabs/tailwindcss/pull/9393))
204
+ - Add new `collapse` utility for `visibility: collapse` ([#9181](https://github.com/tailwindlabs/tailwindcss/pull/9181))
205
+ - Add new `fill-none` utility for `fill: none` ([#9403](https://github.com/tailwindlabs/tailwindcss/pull/9403))
206
+ - Add new `stroke-none` utility for `stroke: none` ([#9403](https://github.com/tailwindlabs/tailwindcss/pull/9403))
207
+ - Add new `place-content-baseline` utility for `place-content: baseline` ([#9498](https://github.com/tailwindlabs/tailwindcss/pull/9498))
208
+ - Add new `place-items-baseline` utility for `place-items: baseline` ([#9507](https://github.com/tailwindlabs/tailwindcss/pull/9507))
209
+ - Add new `content-baseline` utility for `align-content: baseline` ([#9507](https://github.com/tailwindlabs/tailwindcss/pull/9507))
210
+ - Add support for configuring default `font-feature-settings` for a font family ([#9039](https://github.com/tailwindlabs/tailwindcss/pull/9039))
211
+ - Add standalone CLI build for 32-bit Linux on ARM (`node16-linux-armv7`) ([#9084](https://github.com/tailwindlabs/tailwindcss/pull/9084))
212
+ - Add future flag to disable color opacity utility plugins ([#9088](https://github.com/tailwindlabs/tailwindcss/pull/9088))
213
+ - Add negative value support for `outline-offset` ([#9136](https://github.com/tailwindlabs/tailwindcss/pull/9136))
214
+ - Add support for modifiers to `matchUtilities` ([#9541](https://github.com/tailwindlabs/tailwindcss/pull/9541))
215
+ - Allow negating utilities using `min`/`max`/`clamp` ([#9237](https://github.com/tailwindlabs/tailwindcss/pull/9237))
216
+ - Implement fallback plugins when there is ambiguity between plugins when using arbitrary values ([#9376](https://github.com/tailwindlabs/tailwindcss/pull/9376))
217
+ - Support `sort` function in `matchVariant` ([#9423](https://github.com/tailwindlabs/tailwindcss/pull/9423))
218
+ - Upgrade to `postcss-nested` v6.0 ([#9546](https://github.com/tailwindlabs/tailwindcss/pull/9546))
219
+
220
+ ### Fixed
221
+
222
+ - Use absolute paths when resolving changed files for resilience against working directory changes ([#9032](https://github.com/tailwindlabs/tailwindcss/pull/9032))
223
+ - Fix ring color utility generation when using `respectDefaultRingColorOpacity` ([#9070](https://github.com/tailwindlabs/tailwindcss/pull/9070))
224
+ - Sort tags before classes when `@apply`-ing a selector with joined classes ([#9107](https://github.com/tailwindlabs/tailwindcss/pull/9107))
225
+ - Remove invalid `outline-hidden` utility ([#9147](https://github.com/tailwindlabs/tailwindcss/pull/9147))
226
+ - Honor the `hidden` attribute on elements in preflight ([#9174](https://github.com/tailwindlabs/tailwindcss/pull/9174))
227
+ - Don't stop watching atomically renamed files ([#9173](https://github.com/tailwindlabs/tailwindcss/pull/9173), [#9215](https://github.com/tailwindlabs/tailwindcss/pull/9215))
228
+ - Fix duplicate utilities issue causing memory leaks ([#9208](https://github.com/tailwindlabs/tailwindcss/pull/9208))
229
+ - Fix `fontFamily` config TypeScript types ([#9214](https://github.com/tailwindlabs/tailwindcss/pull/9214))
230
+ - Handle variants on complex selector utilities ([#9262](https://github.com/tailwindlabs/tailwindcss/pull/9262))
231
+ - Fix shared config mutation issue ([#9294](https://github.com/tailwindlabs/tailwindcss/pull/9294))
232
+ - Fix ordering of parallel variants ([#9282](https://github.com/tailwindlabs/tailwindcss/pull/9282))
233
+ - Handle variants in utility selectors using `:where()` and `:has()` ([#9309](https://github.com/tailwindlabs/tailwindcss/pull/9309))
234
+ - Improve data type analysis for arbitrary values ([#9320](https://github.com/tailwindlabs/tailwindcss/pull/9320))
235
+ - Don't emit generated utilities with invalid uses of theme functions ([#9319](https://github.com/tailwindlabs/tailwindcss/pull/9319))
236
+ - Revert change that only listened for stdin close on TTYs ([#9331](https://github.com/tailwindlabs/tailwindcss/pull/9331))
237
+ - Ignore unset values (like `null` or `undefined`) when resolving the classList for intellisense ([#9385](https://github.com/tailwindlabs/tailwindcss/pull/9385))
238
+ - Improve type checking for formal syntax ([#9349](https://github.com/tailwindlabs/tailwindcss/pull/9349), [#9448](https://github.com/tailwindlabs/tailwindcss/pull/9448))
239
+ - Fix incorrect required `content` key in custom plugin configs ([#9502](https://github.com/tailwindlabs/tailwindcss/pull/9502), [#9545](https://github.com/tailwindlabs/tailwindcss/pull/9545))
240
+ - Fix content path detection on Windows ([#9569](https://github.com/tailwindlabs/tailwindcss/pull/9569))
241
+ - Ensure `--content` is used in the CLI when passed ([#9587](https://github.com/tailwindlabs/tailwindcss/pull/9587))
242
+
243
+ ## [3.1.8] - 2022-08-05
244
+
245
+ ### Fixed
246
+
247
+ - Don’t prefix classes within reused arbitrary variants ([#8992](https://github.com/tailwindlabs/tailwindcss/pull/8992))
248
+ - Fix usage of alpha values inside single-named colors that are functions ([#9008](https://github.com/tailwindlabs/tailwindcss/pull/9008))
249
+ - Fix `@apply` of user utilities when negative and non-negative versions both exist ([#9027](https://github.com/tailwindlabs/tailwindcss/pull/9027))
250
+
251
+ ## [3.1.7] - 2022-07-29
252
+
253
+ ### Fixed
254
+
255
+ - Don't rewrite source maps for `@layer` rules ([#8971](https://github.com/tailwindlabs/tailwindcss/pull/8971))
256
+
257
+ ### Added
258
+
259
+ - Added types for `resolveConfig` ([#8924](https://github.com/tailwindlabs/tailwindcss/pull/8924))
260
+
261
+ ## [3.1.6] - 2022-07-11
262
+
263
+ ### Fixed
264
+
265
+ - Fix usage on Node 12.x ([b4e637e](https://github.com/tailwindlabs/tailwindcss/commit/b4e637e2e096a9d6f2210efba9541f6fd4f28e56))
266
+ - Handle theme keys with slashes when using `theme()` in CSS ([#8831](https://github.com/tailwindlabs/tailwindcss/pull/8831))
267
+
268
+ ## [3.1.5] - 2022-07-07
269
+
270
+ ### Added
271
+
272
+ - Support configuring a default `font-weight` for each font size utility ([#8763](https://github.com/tailwindlabs/tailwindcss/pull/8763))
273
+ - Add support for alpha values in safe list ([#8774](https://github.com/tailwindlabs/tailwindcss/pull/8774))
274
+
275
+ ### Fixed
276
+
277
+ - Improve types to support fallback values in the CSS-in-JS syntax used in plugin APIs ([#8762](https://github.com/tailwindlabs/tailwindcss/pull/8762))
278
+ - Support including `tailwindcss` and `autoprefixer` in `postcss.config.js` in standalone CLI ([#8769](https://github.com/tailwindlabs/tailwindcss/pull/8769))
279
+ - Fix using special-characters as prefixes ([#8772](https://github.com/tailwindlabs/tailwindcss/pull/8772))
280
+ - Don’t prefix classes used within arbitrary variants ([#8773](https://github.com/tailwindlabs/tailwindcss/pull/8773))
281
+ - Add more explicit types for the default theme ([#8780](https://github.com/tailwindlabs/tailwindcss/pull/8780))
282
+
283
+ ## [3.1.4] - 2022-06-21
284
+
285
+ ### Fixed
286
+
287
+ - Provide default to `<alpha-value>` when using `theme()` ([#8652](https://github.com/tailwindlabs/tailwindcss/pull/8652))
288
+ - Detect arbitrary variants with quotes ([#8687](https://github.com/tailwindlabs/tailwindcss/pull/8687))
289
+ - Don’t add spaces around raw `/` that are preceded by numbers ([#8688](https://github.com/tailwindlabs/tailwindcss/pull/8688))
290
+
291
+ ## [3.1.3] - 2022-06-14
292
+
293
+ ### Fixed
294
+
295
+ - Fix extraction of multi-word utilities with arbitrary values and quotes ([#8604](https://github.com/tailwindlabs/tailwindcss/pull/8604))
296
+ - Fix casing of import of `corePluginList` type definition ([#8587](https://github.com/tailwindlabs/tailwindcss/pull/8587))
297
+ - Ignore PostCSS nodes returned by `addVariant` ([#8608](https://github.com/tailwindlabs/tailwindcss/pull/8608))
298
+ - Fix missing spaces around arithmetic operators ([#8615](https://github.com/tailwindlabs/tailwindcss/pull/8615))
299
+ - Detect alpha value in CSS `theme()` function when using quotes ([#8625](https://github.com/tailwindlabs/tailwindcss/pull/8625))
300
+ - Fix "Maximum call stack size exceeded" bug ([#8636](https://github.com/tailwindlabs/tailwindcss/pull/8636))
301
+ - Allow functions returning parallel variants to mutate the container ([#8622](https://github.com/tailwindlabs/tailwindcss/pull/8622))
302
+ - Remove text opacity CSS variables from `::marker` ([#8622](https://github.com/tailwindlabs/tailwindcss/pull/8622))
303
+
304
+ ## [3.1.2] - 2022-06-10
305
+
306
+ ### Fixed
307
+
308
+ - Ensure `\` is a valid arbitrary variant token ([#8576](https://github.com/tailwindlabs/tailwindcss/pull/8576))
309
+ - Enable `postcss-import` in the CLI by default in watch mode ([#8574](https://github.com/tailwindlabs/tailwindcss/pull/8574), [#8580](https://github.com/tailwindlabs/tailwindcss/pull/8580))
310
+
311
+ ## [3.1.1] - 2022-06-09
312
+
313
+ ### Fixed
314
+
315
+ - Fix candidate extractor regression ([#8558](https://github.com/tailwindlabs/tailwindcss/pull/8558))
316
+ - Split `::backdrop` into separate defaults group ([#8567](https://github.com/tailwindlabs/tailwindcss/pull/8567))
317
+ - Fix postcss plugin type ([#8564](https://github.com/tailwindlabs/tailwindcss/pull/8564))
318
+ - Fix class detection in markdown code fences and slim templates ([#8569](https://github.com/tailwindlabs/tailwindcss/pull/8569))
319
+
320
+ ## [3.1.0] - 2022-06-08
321
+
322
+ ### Fixed
323
+
324
+ - Types: allow for arbitrary theme values (for 3rd party plugins) ([#7926](https://github.com/tailwindlabs/tailwindcss/pull/7926))
325
+ - Don’t split vars with numbers in them inside arbitrary values ([#8091](https://github.com/tailwindlabs/tailwindcss/pull/8091))
326
+ - Require matching prefix when detecting negatives ([#8121](https://github.com/tailwindlabs/tailwindcss/pull/8121))
327
+ - Handle duplicate At Rules without children ([#8122](https://github.com/tailwindlabs/tailwindcss/pull/8122))
328
+ - Allow arbitrary values with commas in `@apply` ([#8125](https://github.com/tailwindlabs/tailwindcss/pull/8125))
329
+ - Fix intellisense for plugins with multiple `@apply` rules ([#8213](https://github.com/tailwindlabs/tailwindcss/pull/8213))
330
+ - Improve type detection for arbitrary color values ([#8201](https://github.com/tailwindlabs/tailwindcss/pull/8201))
331
+ - Support PostCSS config options in config file in CLI ([#8226](https://github.com/tailwindlabs/tailwindcss/pull/8226))
332
+ - Remove default `[hidden]` style in preflight ([#8248](https://github.com/tailwindlabs/tailwindcss/pull/8248))
333
+ - Only check selectors containing base apply candidates for circular dependencies ([#8222](https://github.com/tailwindlabs/tailwindcss/pull/8222))
334
+ - Rewrite default class extractor ([#8204](https://github.com/tailwindlabs/tailwindcss/pull/8204))
335
+ - Move `important` selector to the front when `@apply`-ing selector-modifying variants in custom utilities ([#8313](https://github.com/tailwindlabs/tailwindcss/pull/8313))
336
+ - Error when registering an invalid custom variant ([#8345](https://github.com/tailwindlabs/tailwindcss/pull/8345))
337
+ - Create tailwind.config.cjs file in ESM package when running init ([#8363](https://github.com/tailwindlabs/tailwindcss/pull/8363))
338
+ - Fix `matchVariant` that use at-rules and placeholders ([#8392](https://github.com/tailwindlabs/tailwindcss/pull/8392))
339
+ - Improve types of the `tailwindcss/plugin` ([#8400](https://github.com/tailwindlabs/tailwindcss/pull/8400))
340
+ - Allow returning parallel variants from `addVariant` or `matchVariant` callback functions ([#8455](https://github.com/tailwindlabs/tailwindcss/pull/8455))
341
+ - Try using local `postcss` installation first in the CLI ([#8270](https://github.com/tailwindlabs/tailwindcss/pull/8270))
342
+ - Allow default ring color to be a function ([#7587](https://github.com/tailwindlabs/tailwindcss/pull/7587))
343
+ - Don't inherit `to` value from parent gradients ([#8489](https://github.com/tailwindlabs/tailwindcss/pull/8489))
344
+ - Remove process dependency from log functions ([#8530](https://github.com/tailwindlabs/tailwindcss/pull/8530))
345
+ - Ensure we can use `@import 'tailwindcss/...'` without node_modules ([#8537](https://github.com/tailwindlabs/tailwindcss/pull/8537))
346
+
347
+ ### Changed
348
+
349
+ - Only apply hover styles when supported (future) ([#8394](https://github.com/tailwindlabs/tailwindcss/pull/8394))
350
+ - Respect default ring color opacity (future) ([#8448](https://github.com/tailwindlabs/tailwindcss/pull/8448), [3f4005e](https://github.com/tailwindlabs/tailwindcss/commit/3f4005e833445f7549219eb5ae89728cbb3a2630))
351
+
352
+ ### Added
353
+
354
+ - Support PostCSS `Document` nodes ([#7291](https://github.com/tailwindlabs/tailwindcss/pull/7291))
355
+ - Add `text-start` and `text-end` utilities ([#6656](https://github.com/tailwindlabs/tailwindcss/pull/6656))
356
+ - Support customizing class name when using `darkMode: 'class'` ([#5800](https://github.com/tailwindlabs/tailwindcss/pull/5800))
357
+ - Add `--poll` option to the CLI ([#7725](https://github.com/tailwindlabs/tailwindcss/pull/7725))
358
+ - Add new `border-spacing` utilities ([#7102](https://github.com/tailwindlabs/tailwindcss/pull/7102))
359
+ - Add `enabled` variant ([#7905](https://github.com/tailwindlabs/tailwindcss/pull/7905))
360
+ - Add TypeScript types for the `tailwind.config.js` file ([#7891](https://github.com/tailwindlabs/tailwindcss/pull/7891))
361
+ - Add `backdrop` variant ([#7924](https://github.com/tailwindlabs/tailwindcss/pull/7924), [#8526](https://github.com/tailwindlabs/tailwindcss/pull/8526))
362
+ - Add `grid-flow-dense` utility ([#8193](https://github.com/tailwindlabs/tailwindcss/pull/8193))
363
+ - Add `mix-blend-plus-lighter` utility ([#8288](https://github.com/tailwindlabs/tailwindcss/pull/8288))
364
+ - Add arbitrary variants ([#8299](https://github.com/tailwindlabs/tailwindcss/pull/8299))
365
+ - Add experimental `matchVariant` API ([#8310](https://github.com/tailwindlabs/tailwindcss/pull/8310), [34fd0fb8](https://github.com/tailwindlabs/tailwindcss/commit/34fd0fb82aa574cddc5c7aa3ad7d1af5e3735e5d))
366
+ - Add `prefers-contrast` media query variants ([#8410](https://github.com/tailwindlabs/tailwindcss/pull/8410))
367
+ - Add opacity support when referencing colors with `theme` function ([#8416](https://github.com/tailwindlabs/tailwindcss/pull/8416))
368
+ - Add `postcss-import` support to the CLI ([#8437](https://github.com/tailwindlabs/tailwindcss/pull/8437))
369
+ - Add `optional` variant ([#8486](https://github.com/tailwindlabs/tailwindcss/pull/8486))
370
+ - Add `<alpha-value>` placeholder support for custom colors ([#8501](https://github.com/tailwindlabs/tailwindcss/pull/8501))
371
+
372
+ ## [3.0.24] - 2022-04-12
373
+
374
+ ### Fixed
375
+
376
+ - Prevent nesting plugin from breaking other plugins ([#7563](https://github.com/tailwindlabs/tailwindcss/pull/7563))
377
+ - Recursively collapse adjacent rules ([#7565](https://github.com/tailwindlabs/tailwindcss/pull/7565))
378
+ - Preserve source maps for generated CSS ([#7588](https://github.com/tailwindlabs/tailwindcss/pull/7588))
379
+ - Split box shadows on top-level commas only ([#7479](https://github.com/tailwindlabs/tailwindcss/pull/7479))
380
+ - Use local user CSS cache for `@apply` ([#7524](https://github.com/tailwindlabs/tailwindcss/pull/7524))
381
+ - Invalidate context when main CSS changes ([#7626](https://github.com/tailwindlabs/tailwindcss/pull/7626))
382
+ - Only add `!` to selector class matching template candidate when using important modifier with multi-class selectors ([#7664](https://github.com/tailwindlabs/tailwindcss/pull/7664))
383
+ - Correctly parse and prefix animation names with dots ([#7163](https://github.com/tailwindlabs/tailwindcss/pull/7163))
384
+ - Fix extraction from template literal/function with array ([#7481](https://github.com/tailwindlabs/tailwindcss/pull/7481))
385
+ - Don't output unparsable arbitrary values ([#7789](https://github.com/tailwindlabs/tailwindcss/pull/7789))
386
+ - Fix generation of `div:not(.foo)` if `.foo` is never defined ([#7815](https://github.com/tailwindlabs/tailwindcss/pull/7815))
387
+ - Allow for custom properties in `rgb`, `rgba`, `hsl` and `hsla` colors ([#7933](https://github.com/tailwindlabs/tailwindcss/pull/7933))
388
+ - Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed ([#7949](https://github.com/tailwindlabs/tailwindcss/pull/7949))
389
+ - Ensure the `percentage` data type is validated correctly ([#8015](https://github.com/tailwindlabs/tailwindcss/pull/8015))
390
+ - Make sure `font-weight` is inherited by form controls in all browsers ([#8078](https://github.com/tailwindlabs/tailwindcss/pull/8078))
391
+
392
+ ### Changed
393
+
394
+ - Replace `chalk` with `picocolors` ([#6039](https://github.com/tailwindlabs/tailwindcss/pull/6039))
395
+ - Replace `cosmiconfig` with `lilconfig` ([#6039](https://github.com/tailwindlabs/tailwindcss/pull/6038))
396
+ - Update `cssnano` to avoid removing empty variables when minifying ([#7818](https://github.com/tailwindlabs/tailwindcss/pull/7818))
397
+
398
+ ## [3.0.23] - 2022-02-16
399
+
400
+ ### Fixed
401
+
402
+ - Remove opacity variables from `:visited` pseudo class ([#7458](https://github.com/tailwindlabs/tailwindcss/pull/7458))
403
+ - Support arbitrary values + calc + theme with quotes ([#7462](https://github.com/tailwindlabs/tailwindcss/pull/7462))
404
+ - Don't duplicate layer output when scanning content with variants + wildcards ([#7478](https://github.com/tailwindlabs/tailwindcss/pull/7478))
405
+ - Implement `getClassOrder` instead of `sortClassList` ([#7459](https://github.com/tailwindlabs/tailwindcss/pull/7459))
406
+
407
+ ## [3.0.22] - 2022-02-11
408
+
409
+ ### Fixed
410
+
411
+ - Temporarily move `postcss` to dependencies ([#7424](https://github.com/tailwindlabs/tailwindcss/pull/7424))
412
+
413
+ ## [3.0.21] - 2022-02-10
414
+
415
+ ### Fixed
416
+
417
+ - Move prettier plugin to dev dependencies ([#7418](https://github.com/tailwindlabs/tailwindcss/pull/7418))
418
+
419
+ ## [3.0.20] - 2022-02-10
420
+
421
+ ### Added
422
+
423
+ - Expose `context.sortClassList(classes)` ([#7412](https://github.com/tailwindlabs/tailwindcss/pull/7412))
424
+
425
+ ## [3.0.19] - 2022-02-07
426
+
427
+ ### Fixed
428
+
429
+ - Fix preflight border color fallback ([#7288](https://github.com/tailwindlabs/tailwindcss/pull/7288))
430
+ - Correctly parse shadow lengths without a leading zero ([#7289](https://github.com/tailwindlabs/tailwindcss/pull/7289))
431
+ - Don't crash when scanning extremely long class candidates ([#7331](https://github.com/tailwindlabs/tailwindcss/pull/7331))
432
+ - Use less hacky fix for URLs detected as custom properties ([#7275](https://github.com/tailwindlabs/tailwindcss/pull/7275))
433
+ - Correctly generate negative utilities when dash is before the prefix ([#7295](https://github.com/tailwindlabs/tailwindcss/pull/7295))
434
+ - Detect prefixed negative utilities in the safelist ([#7295](https://github.com/tailwindlabs/tailwindcss/pull/7295))
435
+
436
+ ## [3.0.18] - 2022-01-28
437
+
438
+ ### Fixed
439
+
440
+ - Fix `@apply` order regression (in `addComponents`, `addUtilities`, ...) ([#7232](https://github.com/tailwindlabs/tailwindcss/pull/7232))
441
+ - Quick fix for incorrect arbitrary properties when using URLs ([#7252](https://github.com/tailwindlabs/tailwindcss/pull/7252))
442
+
443
+ ## [3.0.17] - 2022-01-26
444
+
445
+ ### Fixed
446
+
447
+ - Remove false positive warning in CLI when using the `--content` option ([#7220](https://github.com/tailwindlabs/tailwindcss/pull/7220))
448
+
449
+ ## [3.0.16] - 2022-01-24
450
+
451
+ ### Fixed
452
+
453
+ - Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) ([#7080](https://github.com/tailwindlabs/tailwindcss/pull/7080))
454
+ - Improve various warnings ([#7118](https://github.com/tailwindlabs/tailwindcss/pull/7118))
455
+ - Fix grammatical mistake ([cca5a38](https://github.com/tailwindlabs/tailwindcss/commit/cca5a3804e1d3ee0214491921e1aec35bf62a813))
456
+
457
+ ## [3.0.15] - 2022-01-15
458
+
459
+ ### Fixed
460
+
461
+ - Temporarily remove optional chaining in nesting plugin ([#7077](https://github.com/tailwindlabs/tailwindcss/pull/7077))
462
+
463
+ ## [3.0.14] - 2022-01-14
464
+
465
+ ### Added
466
+
467
+ - Show warnings for invalid content config ([#7065](https://github.com/tailwindlabs/tailwindcss/pull/7065))
468
+
469
+ ### Fixed
470
+
471
+ - Only emit utility/component variants when those layers exist ([#7066](https://github.com/tailwindlabs/tailwindcss/pull/7066))
472
+ - Ensure nesting plugins can receive options ([#7016](https://github.com/tailwindlabs/tailwindcss/pull/7016))
473
+
474
+ ## [3.0.13] - 2022-01-11
475
+
476
+ ### Fixed
477
+
478
+ - Fix consecutive builds with at apply producing different CSS ([#6999](https://github.com/tailwindlabs/tailwindcss/pull/6999))
479
+
480
+ ## [3.0.12] - 2022-01-07
481
+
482
+ ### Fixed
483
+
484
+ - Allow use of falsy values in theme config ([#6917](https://github.com/tailwindlabs/tailwindcss/pull/6917))
485
+ - Ensure we can apply classes that are grouped with non-class selectors ([#6922](https://github.com/tailwindlabs/tailwindcss/pull/6922))
486
+ - Improve standalone CLI compatibility on Linux by switching to the `linuxstatic` build target ([#6914](https://github.com/tailwindlabs/tailwindcss/pull/6914))
487
+ - Ensure `@apply` works consistently with or without `@layer` ([#6938](https://github.com/tailwindlabs/tailwindcss/pull/6938))
488
+ - Only emit defaults when using base layer ([#6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
489
+ - Emit plugin defaults regardless of usage ([#6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
490
+ - Move default border color back to preflight ([#6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
491
+ - Change `experimental.optimizeUniversalDefaults` to only work with `@tailwind base` ([#6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
492
+
493
+ ## [3.0.11] - 2022-01-05
494
+
495
+ ### Fixed
496
+
497
+ - Preserve casing of CSS variables added by plugins ([#6888](https://github.com/tailwindlabs/tailwindcss/pull/6888))
498
+ - Ignore content paths that are passed in but don't actually exist ([#6901](https://github.com/tailwindlabs/tailwindcss/pull/6901))
499
+ - Revert change that applies Tailwind's defaults in isolated environments like CSS modules ([9fdc391](https://github.com/tailwindlabs/tailwindcss/commit/9fdc391d4ff93e7e350f5ce439060176b1f0162f))
500
+
501
+ ## [3.0.10] - 2022-01-04
502
+
503
+ ### Fixed
504
+
505
+ - Fix `@apply` in files without `@tailwind` directives ([#6580](https://github.com/tailwindlabs/tailwindcss/pull/6580), [#6875](https://github.com/tailwindlabs/tailwindcss/pull/6875))
506
+ - CLI: avoid unnecessary writes to output files ([#6550](https://github.com/tailwindlabs/tailwindcss/pull/6550))
507
+
508
+ ### Added
509
+
510
+ - Allow piping data into the CLI ([#6876](https://github.com/tailwindlabs/tailwindcss/pull/6876))
511
+
512
+ ## [3.0.9] - 2022-01-03
513
+
514
+ ### Fixed
515
+
516
+ - Improve `DEBUG` flag ([#6797](https://github.com/tailwindlabs/tailwindcss/pull/6797), [#6804](https://github.com/tailwindlabs/tailwindcss/pull/6804))
517
+ - Ensure we can use `<` and `>` characters in modifiers ([#6851](https://github.com/tailwindlabs/tailwindcss/pull/6851))
518
+ - Validate `theme()` works in arbitrary values ([#6852](https://github.com/tailwindlabs/tailwindcss/pull/6852))
519
+ - Properly detect `theme()` value usage in arbitrary properties ([#6854](https://github.com/tailwindlabs/tailwindcss/pull/6854))
520
+ - Improve collapsing of duplicate declarations ([#6856](https://github.com/tailwindlabs/tailwindcss/pull/6856))
521
+ - Remove support for `TAILWIND_MODE=watch` ([#6858](https://github.com/tailwindlabs/tailwindcss/pull/6858))
522
+
523
+ ## [3.0.8] - 2021-12-28
524
+
525
+ ### Fixed
526
+
527
+ - Reduce specificity of `abbr` rule in preflight ([#6671](https://github.com/tailwindlabs/tailwindcss/pull/6671))
528
+ - Support HSL with hue units in arbitrary values ([#6726](https://github.com/tailwindlabs/tailwindcss/pull/6726))
529
+ - Add `node16-linux-arm64` target for standalone CLI ([#6693](https://github.com/tailwindlabs/tailwindcss/pull/6693))
530
+
531
+ ## [3.0.7] - 2021-12-17
532
+
533
+ ### Fixed
534
+
535
+ - Don't mutate custom color palette when overriding per-plugin colors ([#6546](https://github.com/tailwindlabs/tailwindcss/pull/6546))
536
+ - Improve circular dependency detection when using `@apply` ([#6588](https://github.com/tailwindlabs/tailwindcss/pull/6588))
537
+ - Only generate variants for non-`user` layers ([#6589](https://github.com/tailwindlabs/tailwindcss/pull/6589))
538
+ - Properly extract classes with arbitrary values in arrays and classes followed by escaped quotes ([#6590](https://github.com/tailwindlabs/tailwindcss/pull/6590))
539
+ - Improve jsx interpolation candidate matching ([#6593](https://github.com/tailwindlabs/tailwindcss/pull/6593))
540
+ - Ensure `@apply` of a rule inside an AtRule works ([#6594](https://github.com/tailwindlabs/tailwindcss/pull/6594))
541
+
542
+ ## [3.0.6] - 2021-12-16
543
+
544
+ ### Fixed
545
+
546
+ - Support square bracket notation in paths ([#6519](https://github.com/tailwindlabs/tailwindcss/pull/6519))
547
+ - Ensure all plugins are executed for a given candidate ([#6540](https://github.com/tailwindlabs/tailwindcss/pull/6540))
548
+
549
+ ## [3.0.5] - 2021-12-15
550
+
551
+ ### Fixed
552
+
553
+ - Revert: add `li` to list-style reset ([9777562d](https://github.com/tailwindlabs/tailwindcss/commit/9777562da37ee631bbf77374c0d14825f09ef9af))
554
+
555
+ ## [3.0.4] - 2021-12-15
556
+
557
+ ### Fixed
558
+
559
+ - Insert always-on defaults layer in correct spot ([#6526](https://github.com/tailwindlabs/tailwindcss/pull/6526))
560
+
561
+ ## [3.0.3] - 2021-12-15
562
+
563
+ ### Added
564
+
565
+ - Warn about invalid globs in `content` ([#6449](https://github.com/tailwindlabs/tailwindcss/pull/6449))
566
+ - Add standalone tailwindcss CLI ([#6506](https://github.com/tailwindlabs/tailwindcss/pull/6506))
567
+ - Add `li` to list-style reset ([00f60e6](https://github.com/tailwindlabs/tailwindcss/commit/00f60e61013c6e4e3419e4b699371a13eb30b75d))
568
+
569
+ ### Fixed
570
+
571
+ - Don't output unparsable values ([#6469](https://github.com/tailwindlabs/tailwindcss/pull/6469))
572
+ - Fix text decoration utilities from overriding the new text decoration color/style/thickness utilities when used with a modifier ([#6378](https://github.com/tailwindlabs/tailwindcss/pull/6378))
573
+ - Move defaults to their own always-on layer ([#6500](https://github.com/tailwindlabs/tailwindcss/pull/6500))
574
+ - Support negative values in safelist patterns ([#6480](https://github.com/tailwindlabs/tailwindcss/pull/6480))
575
+
576
+ ## [3.0.2] - 2021-12-13
577
+
578
+ ### Fixed
579
+
580
+ - Temporarily disable optimize universal defaults, fixes issue with transforms/filters/rings not being `@apply`-able in CSS modules/Svelte components/Vue components ([#6461](https://github.com/tailwindlabs/tailwindcss/pull/6461))
581
+
582
+ ## [3.0.1] - 2021-12-10
583
+
584
+ ### Fixed
585
+
586
+ - Ensure complex variants with multiple classes work ([#6311](https://github.com/tailwindlabs/tailwindcss/pull/6311))
587
+ - Re-add `default` interop to public available functions ([#6348](https://github.com/tailwindlabs/tailwindcss/pull/6348))
588
+ - Detect circular dependencies when using `@apply` ([#6365](https://github.com/tailwindlabs/tailwindcss/pull/6365))
589
+ - Fix defaults optimization when vendor prefixes are involved ([#6369](https://github.com/tailwindlabs/tailwindcss/pull/6369))
590
+
591
+ ## [3.0.0] - 2021-12-09
592
+
593
+ ### Fixed
594
+
595
+ - Enforce the order of some variants (like `before` and `after`) ([#6018](https://github.com/tailwindlabs/tailwindcss/pull/6018))
596
+
597
+ ### Added
598
+
599
+ - Add `placeholder` variant ([#6106](https://github.com/tailwindlabs/tailwindcss/pull/6106))
600
+ - Add composable `touch-action` utilities ([#6115](https://github.com/tailwindlabs/tailwindcss/pull/6115))
601
+ - Add support for "arbitrary properties" ([#6161](https://github.com/tailwindlabs/tailwindcss/pull/6161))
602
+ - Add `portrait` and `landscape` variants ([#6046](https://github.com/tailwindlabs/tailwindcss/pull/6046))
603
+ - Add `text-decoration-style`, `text-decoration-thickness`, and `text-underline-offset` utilities ([#6004](https://github.com/tailwindlabs/tailwindcss/pull/6004))
604
+ - Add `menu` reset to preflight ([#6213](https://github.com/tailwindlabs/tailwindcss/pull/6213))
605
+ - Allow `0` as a valid `length` value ([#6233](https://github.com/tailwindlabs/tailwindcss/pull/6233), [#6259](https://github.com/tailwindlabs/tailwindcss/pull/6259))
606
+ - Add CSS functions to data types ([#6258](https://github.com/tailwindlabs/tailwindcss/pull/6258))
607
+ - Support negative values for `scale-*` utilities ([c48e629](https://github.com/tailwindlabs/tailwindcss/commit/c48e629955585ad18dadba9f470fda59cc448ab7))
608
+ - Improve `length` data type, by validating each value individually ([#6283](https://github.com/tailwindlabs/tailwindcss/pull/6283))
609
+
610
+ ### Changed
611
+
612
+ - Deprecate `decoration-slice` and `decoration-break` in favor `box-decoration-slice` and `box-decoration-break` _(non-breaking)_ ([#6004](https://github.com/tailwindlabs/tailwindcss/pull/6004))
613
+
614
+ ## [3.0.0-alpha.2] - 2021-11-08
615
+
616
+ ### Changed
617
+
618
+ - Don't use pointer cursor on disabled buttons by default ([#5772](https://github.com/tailwindlabs/tailwindcss/pull/5772))
619
+ - Set default content value in preflight instead of within each before/after utility ([#5820](https://github.com/tailwindlabs/tailwindcss/pull/5820))
620
+ - Remove `prefix` as a function ([#5829](https://github.com/tailwindlabs/tailwindcss/pull/5829))
621
+
622
+ ### Added
623
+
624
+ - Add `flex-basis` utilities ([#5671](https://github.com/tailwindlabs/tailwindcss/pull/5671))
625
+ - Make negative values a first-class feature ([#5709](https://github.com/tailwindlabs/tailwindcss/pull/5709))
626
+ - Add `fit-content` values for `min/max-width/height` utilities ([#5638](https://github.com/tailwindlabs/tailwindcss/pull/5638))
627
+ - Add `min/max-content` values for `min/max-height` utilities ([#5729](https://github.com/tailwindlabs/tailwindcss/pull/5729))
628
+ - Add all standard `cursor-*` values by default ([#5734](https://github.com/tailwindlabs/tailwindcss/pull/5734))
629
+ - Add `grow-*` and `shrink-*` utilities, deprecate `flex-grow-*` and `flex-shrink-*` ([#5733](https://github.com/tailwindlabs/tailwindcss/pull/5733))
630
+ - Add `text-decoration-color` utilities ([#5760](https://github.com/tailwindlabs/tailwindcss/pull/5760))
631
+ - Add new declarative `addVariant` API ([#5809](https://github.com/tailwindlabs/tailwindcss/pull/5809))
632
+ - Add first-class `print` variant for targeting printed media ([#5885](https://github.com/tailwindlabs/tailwindcss/pull/5885))
633
+ - Add `outline-style`, `outline-color`, `outline-width` and `outline-offset` utilities ([#5887](https://github.com/tailwindlabs/tailwindcss/pull/5887))
634
+ - Add full color palette for `fill-*` and `stroke-*` utilities (#5933[](https://github.com/tailwindlabs/tailwindcss/pull/5933))
635
+ - Add composable API for colored box shadows ([#5979](https://github.com/tailwindlabs/tailwindcss/pull/5979))
636
+
637
+ ### Fixed
638
+
639
+ - Configure chokidar's `awaitWriteFinish` setting to avoid occasional stale builds on Windows ([#5774](https://github.com/tailwindlabs/tailwindcss/pull/5774))
640
+ - Fix CLI `--content` option ([#5775](https://github.com/tailwindlabs/tailwindcss/pull/5775))
641
+ - Fix before/after utilities overriding custom content values at larger breakpoints ([#5820](https://github.com/tailwindlabs/tailwindcss/pull/5820))
642
+ - Cleanup duplicate properties ([#5830](https://github.com/tailwindlabs/tailwindcss/pull/5830))
643
+ - Allow `_` inside `url()` when using arbitrary values ([#5853](https://github.com/tailwindlabs/tailwindcss/pull/5853))
644
+ - Prevent crashes when using comments in `@layer` AtRules ([#5854](https://github.com/tailwindlabs/tailwindcss/pull/5854))
645
+ - Handle color transformations properly with `theme(...)` for all relevant plugins ([#4533](https://github.com/tailwindlabs/tailwindcss/pull/4533), [#5871](https://github.com/tailwindlabs/tailwindcss/pull/5871))
646
+ - Ensure `@apply`-ing a utility with multiple definitions works ([#5870](https://github.com/tailwindlabs/tailwindcss/pull/5870))
647
+
648
+ ## [3.0.0-alpha.1] - 2021-10-01
649
+
650
+ ### Changed
651
+
652
+ - Remove AOT engine, make JIT the default ([#5340](https://github.com/tailwindlabs/tailwindcss/pull/5340))
653
+ - Throw when trying to `@apply` the `group` class ([#4666](https://github.com/tailwindlabs/tailwindcss/pull/4666))
654
+ - Remove dependency on `modern-normalize`, inline and consolidate with Preflight ([#5358](https://github.com/tailwindlabs/tailwindcss/pull/5358))
655
+ - Enable extended color palette by default with updated color names ([#5384](https://github.com/tailwindlabs/tailwindcss/pull/5384))
656
+ - Move `vertical-align` values to config file instead of hard-coding ([#5487](https://github.com/tailwindlabs/tailwindcss/pull/5487))
657
+ - Rename `overflow-clip` to `text-clip` and `overflow-ellipsis` to `text-ellipsis` ([#5630](https://github.com/tailwindlabs/tailwindcss/pull/5630))
658
+
659
+ ### Added
660
+
661
+ - Add native `aspect-ratio` utilities ([#5359](https://github.com/tailwindlabs/tailwindcss/pull/5359))
662
+ - Unify config callback helpers into single object ([#5382](https://github.com/tailwindlabs/tailwindcss/pull/5382))
663
+ - Preserve original color format when adding opacity whenever possible ([#5154](https://github.com/tailwindlabs/tailwindcss/pull/5154))
664
+ - Add `accent-color` utilities ([#5387](https://github.com/tailwindlabs/tailwindcss/pull/5387))
665
+ - Add `scroll-behavior` utilities ([#5388](https://github.com/tailwindlabs/tailwindcss/pull/5388))
666
+ - Add `will-change` utilities ([#5448](https://github.com/tailwindlabs/tailwindcss/pull/5448))
667
+ - Add `text-indent` utilities ([#5449](https://github.com/tailwindlabs/tailwindcss/pull/5449))
668
+ - Add `column` utilities ([#5457](https://github.com/tailwindlabs/tailwindcss/pull/5457))
669
+ - Add `border-hidden` utility ([#5485](https://github.com/tailwindlabs/tailwindcss/pull/5485))
670
+ - Add `align-sub` and `align-super` utilities by default ([#5486](https://github.com/tailwindlabs/tailwindcss/pull/5486))
671
+ - Add `break-before`, `break-inside` and `break-after` utilities ([#5530](https://github.com/tailwindlabs/tailwindcss/pull/5530))
672
+ - Add `file` variant for `::file-selector-button` pseudo element ([#4936](https://github.com/tailwindlabs/tailwindcss/pull/4936))
673
+ - Add comprehensive arbitrary value support ([#5568](https://github.com/tailwindlabs/tailwindcss/pull/5568))
674
+ - Add `touch-action` utilities ([#5603](https://github.com/tailwindlabs/tailwindcss/pull/5603))
675
+ - Add `inherit` to default color palette ([#5597](https://github.com/tailwindlabs/tailwindcss/pull/5597))
676
+ - Add `overflow-clip`, `overflow-x-clip` and `overflow-y-clip` utilities ([#5630](https://github.com/tailwindlabs/tailwindcss/pull/5630))
677
+ - Add `[open]` variant ([#5627](https://github.com/tailwindlabs/tailwindcss/pull/5627))
678
+ - Add `scroll-snap` utilities ([#5637](https://github.com/tailwindlabs/tailwindcss/pull/5637))
679
+ - Add `border-x` and `border-y` width and color utilities ([#5639](https://github.com/tailwindlabs/tailwindcss/pull/5639))
680
+
681
+ ### Fixed
682
+
683
+ - Fix defining colors as functions when color opacity plugins are disabled ([#5470](https://github.com/tailwindlabs/tailwindcss/pull/5470))
684
+ - Fix using negated `content` globs ([#5625](https://github.com/tailwindlabs/tailwindcss/pull/5625))
685
+ - Fix using backslashes in `content` globs ([#5628](https://github.com/tailwindlabs/tailwindcss/pull/5628))
686
+
687
+ ## [2.2.19] - 2021-10-29
688
+
689
+ ### Fixed
690
+
691
+ - Ensure `corePlugins` order is consistent in AOT mode ([#5928](https://github.com/tailwindlabs/tailwindcss/pull/5928))
692
+
693
+ ## [2.2.18] - 2021-10-29
694
+
695
+ ### Fixed
696
+
697
+ - Bump versions for security vulnerabilities ([#5924](https://github.com/tailwindlabs/tailwindcss/pull/5924))
698
+
699
+ ## [2.2.17] - 2021-10-13
700
+
701
+ ### Fixed
702
+
703
+ - Configure chokidar's `awaitWriteFinish` setting to avoid occasional stale builds on Windows ([#5758](https://github.com/tailwindlabs/tailwindcss/pull/5758))
704
+
705
+ ## [2.2.16] - 2021-09-26
706
+
707
+ ### Fixed
708
+
709
+ - JIT: Properly handle animations that use CSS custom properties ([#5602](https://github.com/tailwindlabs/tailwindcss/pull/5602))
710
+
711
+ ## [2.2.15] - 2021-09-10
712
+
713
+ ### Fixed
714
+
715
+ - Ensure using CLI without `-i` for input file continues to work even though deprecated ([#5464](https://github.com/tailwindlabs/tailwindcss/pull/5464))
716
+
717
+ ## [2.2.14] - 2021-09-08
718
+
719
+ ### Fixed
720
+
721
+ - Only use `@defaults` in JIT, switch back to `clean-css` in case there's any meaningful differences in the output ([bf248cb](https://github.com/tailwindlabs/tailwindcss/commit/bf248cb0de889d48854fbdd26536f4a492556efd))
722
+
723
+ ## [2.2.13] - 2021-09-08
724
+
725
+ ### Fixed
726
+
727
+ - Replace `clean-css` with `cssnano` for CDN builds to fix minified builds ([75cc3ca](https://github.com/tailwindlabs/tailwindcss/commit/75cc3ca305aedddc8a85f3df1a420fefad3fb5c4))
728
+
729
+ ## [2.2.12] - 2021-09-08
730
+
731
+ ### Fixed
732
+
733
+ - Ensure that divide utilities inject a default border color ([#5438](https://github.com/tailwindlabs/tailwindcss/pull/5438))
734
+
735
+ ## [2.2.11] - 2021-09-07
736
+
737
+ ### Fixed
738
+
739
+ - Rebundle to fix missing CLI peer dependencies
740
+
741
+ ## [2.2.10] - 2021-09-06
742
+
743
+ ### Fixed
744
+
745
+ - Fix build error when using `presets: []` in config file ([#4903](https://github.com/tailwindlabs/tailwindcss/pull/4903))
746
+
747
+ ### Added
748
+
749
+ - Reintroduce universal selector optimizations under experimental `optimizeUniversalDefaults` flag ([a9e160c](https://github.com/tailwindlabs/tailwindcss/commit/a9e160cf9acb75a2bbac34f8864568b12940f89a))
750
+
751
+ ## [2.2.9] - 2021-08-30
752
+
753
+ ### Fixed
754
+
755
+ - JIT: Fix `@apply`ing utilities that contain variants + the important modifier ([#4854](https://github.com/tailwindlabs/tailwindcss/pull/4854))
756
+ - JIT: Don't strip "null" when parsing tracked file paths ([#5008](https://github.com/tailwindlabs/tailwindcss/pull/5008))
757
+ - Pin `clean-css` to v5.1.4 to fix empty CSS variables in CDN builds ([#5338](https://github.com/tailwindlabs/tailwindcss/pull/5338))
758
+
759
+ ## [2.2.8] - 2021-08-27
760
+
761
+ ### Fixed
762
+
763
+ - Improve accessibility of default link focus styles in Firefox ([#5082](https://github.com/tailwindlabs/tailwindcss/pull/5082))
764
+ - JIT: Fix animation variants corrupting keyframes rules ([#5223](https://github.com/tailwindlabs/tailwindcss/pull/5223))
765
+ - JIT: Ignore escaped commas when splitting selectors to apply prefixes ([#5239](https://github.com/tailwindlabs/tailwindcss/pull/5239/))
766
+ - Nesting: Maintain PostCSS node sources when handling `@apply` ([#5249](https://github.com/tailwindlabs/tailwindcss/pull/5249))
767
+ - JIT: Fix support for animation lists ([#5252](https://github.com/tailwindlabs/tailwindcss/pull/5252))
768
+ - JIT: Fix arbitrary value support for `object-position` utilities ([#5245](https://github.com/tailwindlabs/tailwindcss/pull/5245))
769
+ - CLI: Abort watcher if stdin is closed to avoid zombie processes ([#4997](https://github.com/tailwindlabs/tailwindcss/pull/4997))
770
+ - JIT: Ignore arbitrary values with unbalanced brackets ([#5293](https://github.com/tailwindlabs/tailwindcss/pull/5293))
771
+
772
+ ## [2.2.7] - 2021-07-23
773
+
774
+ ### Fixed
775
+
776
+ - Temporarily revert runtime performance optimizations introduced in v2.2.5, use universal selector again ([#5060](https://github.com/tailwindlabs/tailwindcss/pull/5060))
777
+
778
+ ## [2.2.6] - 2021-07-21
779
+
780
+ ### Fixed
781
+
782
+ - Fix issue where base styles not generated for translate transforms in JIT ([#5038](https://github.com/tailwindlabs/tailwindcss/pull/5038))
783
+
784
+ ## [2.2.5] - 2021-07-21
785
+
786
+ ### Added
787
+
788
+ - Added `self-baseline` utility (I know this is a patch release, no one's going to die relax) ([#5000](https://github.com/tailwindlabs/tailwindcss/pull/5000))
789
+
790
+ ### Changed
791
+
792
+ - JIT: Optimize universal selector usage by inlining only the relevant selectors ([#4850](https://github.com/tailwindlabs/tailwindcss/pull/4850)))
793
+
794
+ This provides a very significant performance boost on pages with a huge number of DOM nodes, but there's a chance it could be a breaking change in very rare edge cases we haven't thought of. Please open an issue if anything related to shadows, rings, transforms, filters, or backdrop-filters seems to be behaving differently after upgrading.
795
+
796
+ ### Fixed
797
+
798
+ - Fix support for `step-start` and `step-end` in animation utilities ([#4795](https://github.com/tailwindlabs/tailwindcss/pull/4795)))
799
+ - JIT: Prevent presence of `!*` in templates from ruining everything ([#4816](https://github.com/tailwindlabs/tailwindcss/pull/4816)))
800
+ - JIT: Improve support for quotes in arbitrary values ([#4817](https://github.com/tailwindlabs/tailwindcss/pull/4817)))
801
+ - Fix filter/backdrop-filter/transform utilities being inserted into the wrong position if not all core plugins are enabled ([#4852](https://github.com/tailwindlabs/tailwindcss/pull/4852)))
802
+ - JIT: Fix `@layer` rules being mistakenly inserted during incremental rebuilds ([#4853](https://github.com/tailwindlabs/tailwindcss/pull/4853)))
803
+ - Improve build performance for projects with many small non-Tailwind stylesheets ([#4644](https://github.com/tailwindlabs/tailwindcss/pull/4644))
804
+ - Ensure `[hidden]` works as expected on elements where we override the default `display` value in Preflight ([#4873](https://github.com/tailwindlabs/tailwindcss/pull/4873))
805
+ - Fix variant configuration not being applied to `backdropOpacity` utilities ([#4892](https://github.com/tailwindlabs/tailwindcss/pull/4892))
806
+
807
+ ## [2.2.4] - 2021-06-23
808
+
809
+ ### Fixed
810
+
811
+ - Remove `postinstall` script that was preventing people from installing the library ([1eacfb9](https://github.com/tailwindlabs/tailwindcss/commit/1eacfb98849c0d4737e0af3595ddec8c73addaac))
812
+
813
+ ## [2.2.3] - 2021-06-23
814
+
815
+ ### Added
816
+
817
+ - Pass extended color palette to theme closures so it can be used without installing Tailwind when using `npx tailwindcss` ([359252c](https://github.com/tailwindlabs/tailwindcss/commit/359252c9b429e81217c28eb3ca7bab73d8f81e6d))
818
+
819
+ ### Fixed
820
+
821
+ - JIT: Explicitly error when `-` is used as a custom separator ([#4704](https://github.com/tailwindlabs/tailwindcss/pull/4704))
822
+ - JIT: Don't add multiple `~` when stacking `peer-*` variants ([#4757](https://github.com/tailwindlabs/tailwindcss/pull/4757))
823
+ - Remove outdated focus style fix in Preflight ([#4780](https://github.com/tailwindlabs/tailwindcss/pull/4780))
824
+ - Enable `purge` if provided on the CLI ([#4772](https://github.com/tailwindlabs/tailwindcss/pull/4772))
825
+ - JIT: Fix error when not using a config file with postcss-cli ([#4773](https://github.com/tailwindlabs/tailwindcss/pull/4773))
826
+ - Fix issue with `resolveConfig` not being importable in Next.js pages ([#4725](https://github.com/tailwindlabs/tailwindcss/pull/4725))
827
+
828
+ ## [2.2.2] - 2021-06-18
829
+
830
+ ### Fixed
831
+
832
+ - JIT: Reintroduce `transform`, `filter`, and `backdrop-filter` classes purely to create stacking contexts to minimize the impact of the breaking change ([#4700](https://github.com/tailwindlabs/tailwindcss/pull/4700))
833
+
834
+ ## [2.2.1] - 2021-06-18
835
+
836
+ ### Fixed
837
+
838
+ - Recover from errors gracefully in CLI watch mode ([#4693](https://github.com/tailwindlabs/tailwindcss/pull/4693))
839
+ - Fix issue with media queries not being generated properly when using PostCSS 7 ([#4695](https://github.com/tailwindlabs/tailwindcss/pull/4695))
840
+
841
+ ## [2.2.0] - 2021-06-17
842
+
843
+ ### Changed
844
+
845
+ - JIT: Use "tracking" context by default instead of "watching" context for improved reliability with most bundlers ([#4514](https://github.com/tailwindlabs/tailwindcss/pull/4514))
846
+
847
+ Depending on which tooling you use, you may need to explicitly set `TAILWIND_MODE=watch` until your build runner has been updated to support PostCSS's `dir-dependency` message type.
848
+
849
+ ### Added
850
+
851
+ - Add `background-origin` utilities ([#4117](https://github.com/tailwindlabs/tailwindcss/pull/4117))
852
+ - Improve `@apply` performance in projects that process many CSS sources ([#3178](https://github.com/tailwindlabs/tailwindcss/pull/3718))
853
+ - JIT: Don't use CSS variables for color utilities if color opacity utilities are disabled ([#3984](https://github.com/tailwindlabs/tailwindcss/pull/3984))
854
+ - JIT: Redesign `matchUtilities` API to make it more suitable for third-party use ([#4232](https://github.com/tailwindlabs/tailwindcss/pull/4232))
855
+ - JIT: Support applying important utility variants ([#4260](https://github.com/tailwindlabs/tailwindcss/pull/4260))
856
+ - JIT: Support coercing arbitrary values when the type isn't detectable ([#4263](https://github.com/tailwindlabs/tailwindcss/pull/4263))
857
+ - JIT: Support for `raw` syntax in `purge` config ([#4272](https://github.com/tailwindlabs/tailwindcss/pull/4272))
858
+ - Add `empty` variant ([#3298](https://github.com/tailwindlabs/tailwindcss/pull/3298))
859
+ - Update `modern-normalize` to v1.1 ([#4287](https://github.com/tailwindlabs/tailwindcss/pull/4287))
860
+ - Implement `theme` function internally, remove `postcss-functions` dependency ([#4317](https://github.com/tailwindlabs/tailwindcss/pull/4317))
861
+ - Add `screen` function to improve nesting plugin compatibility ([#4318](https://github.com/tailwindlabs/tailwindcss/pull/4318))
862
+ - JIT: Add universal shorthand color opacity syntax ([#4348](https://github.com/tailwindlabs/tailwindcss/pull/4348))
863
+ - JIT: Add `@tailwind variants` directive to replace `@tailwind screens` ([#4356](https://github.com/tailwindlabs/tailwindcss/pull/4356))
864
+ - JIT: Add support for PostCSS `dir-dependency` messages in `TAILWIND_DISABLE_TOUCH` mode ([#4388](https://github.com/tailwindlabs/tailwindcss/pull/4388))
865
+ - JIT: Add per-side border color utilities ([#4404](https://github.com/tailwindlabs/tailwindcss/pull/4404))
866
+ - JIT: Add support for `before` and `after` pseudo-element variants and `content` utilities ([#4461](https://github.com/tailwindlabs/tailwindcss/pull/4461))
867
+ - Add new `transform` and `extract` APIs to simplify PurgeCSS/JIT customization ([#4469](https://github.com/tailwindlabs/tailwindcss/pull/4469))
868
+ - JIT: Add exhaustive pseudo-class and pseudo-element variant support ([#4482](https://github.com/tailwindlabs/tailwindcss/pull/4482))
869
+ - JIT: Add `caret-color` utilities ([#4499](https://github.com/tailwindlabs/tailwindcss/pull/4499))
870
+ - Rename `lightBlue` to `sky`, emit console warning when using deprecated name ([#4513](https://github.com/tailwindlabs/tailwindcss/pull/4513))
871
+ - New CLI with improved JIT support, `--watch` mode, and more ([#4526](https://github.com/tailwindlabs/tailwindcss/pull/4526), [4558](https://github.com/tailwindlabs/tailwindcss/pull/4558))
872
+ - JIT: Add new `peer-*` variants for styling based on sibling state ([#4556](https://github.com/tailwindlabs/tailwindcss/pull/4556))
873
+ - Expose `safelist` as a top-level option under `purge` for both JIT and classic engines ([#4580](https://github.com/tailwindlabs/tailwindcss/pull/4580))
874
+ - JIT: Remove need for `transform` class when using classes like `scale-*`, `rotate-*`, etc. ([#4604](https://github.com/tailwindlabs/tailwindcss/pull/4604))
875
+ - JIT: Remove need for `filter` and `backdrop-filter` classes when using classes like `contrast-*`, `backdrop-blur-*`, etc. ([#4614](https://github.com/tailwindlabs/tailwindcss/pull/4614))
876
+ - Support passing a custom path for your PostCSS configuration in the Tailwind CLI ([#4607](https://github.com/tailwindlabs/tailwindcss/pull/4607))
877
+ - Add `blur-none` by default with intent to deprecate `blur-0` ([#4614](https://github.com/tailwindlabs/tailwindcss/pull/4614))
878
+
879
+ ### Fixed
880
+
881
+ - JIT: Improve support for Svelte class bindings ([#4187](https://github.com/tailwindlabs/tailwindcss/pull/4187))
882
+ - JIT: Improve support for `calc` and `var` in arbitrary values ([#4147](https://github.com/tailwindlabs/tailwindcss/pull/4147))
883
+ - Convert `hsl` colors to `hsla` when transforming for opacity support instead of `rgba` ([#3850](https://github.com/tailwindlabs/tailwindcss/pull/3850))
884
+ - Fix `backdropBlur` variants not being generated ([#4188](https://github.com/tailwindlabs/tailwindcss/pull/4188))
885
+ - Improve animation value parsing ([#4250](https://github.com/tailwindlabs/tailwindcss/pull/4250))
886
+ - Ignore unknown object types when hashing config ([82f4eaa](https://github.com/tailwindlabs/tailwindcss/commit/82f4eaa6832ef8a4e3fd90869e7068efdf6e34f2))
887
+ - Ensure variants are grouped properly for plugins with order-dependent utilities ([#4273](https://github.com/tailwindlabs/tailwindcss/pull/4273))
888
+ - JIT: Fix temp file storage when node temp directories are kept on a different drive than the project itself ([#4044](https://github.com/tailwindlabs/tailwindcss/pull/4044))
889
+ - Support border-opacity utilities alongside default `border` utility ([#4277](https://github.com/tailwindlabs/tailwindcss/pull/4277))
890
+ - JIT: Fix source maps for expanded `@tailwind` directives ([2f15411](https://github.com/tailwindlabs/tailwindcss/commit/2f1541123dea29d8a2ab0f1411bf60c79eeb96b4))
891
+ - JIT: Ignore whitespace when collapsing adjacent rules ([15642fb](https://github.com/tailwindlabs/tailwindcss/commit/15642fbcc885eba9cc50b7678a922b09c90d6b51))
892
+ - JIT: Generate group parent classes correctly when using custom separator ([#4508](https://github.com/tailwindlabs/tailwindcss/pull/4508))
893
+ - JIT: Fix incorrect stacking of multiple `group` variants ([#4551](https://github.com/tailwindlabs/tailwindcss/pull/4551))
894
+ - JIT: Fix memory leak due to holding on to unused contexts ([#4571](https://github.com/tailwindlabs/tailwindcss/pull/4571))
895
+
896
+ ### Internals
897
+
898
+ - Add integration tests for popular build runners ([#4354](https://github.com/tailwindlabs/tailwindcss/pull/4354))
899
+
900
+ ## [2.1.4] - 2021-06-02
901
+
902
+ ### Fixed
903
+
904
+ - Skip `raw` PurgeCSS sources when registering template dependencies ([#4542](https://github.com/tailwindlabs/tailwindcss/pull/4542))
905
+
906
+ ## [2.1.3] - 2021-06-01
907
+
908
+ ### Fixed
909
+
910
+ - Register PurgeCSS paths as PostCSS dependencies to guarantee proper cache-busting in webpack 5 ([#4530](https://github.com/tailwindlabs/tailwindcss/pull/4530))
911
+
912
+ ## [2.1.2] - 2021-04-23
913
+
914
+ ### Fixed
915
+
916
+ - Fix issue where JIT engine would generate the wrong CSS when using PostCSS 7 ([#4078](https://github.com/tailwindlabs/tailwindcss/pull/4078))
917
+
918
+ ## [2.1.1] - 2021-04-05
919
+
920
+ ### Fixed
921
+
922
+ - Fix issue where JIT engine would fail to compile when a source path isn't provided by the build runner for the current input file ([#3978](https://github.com/tailwindlabs/tailwindcss/pull/3978))
923
+
924
+ ## [2.1.0] - 2021-04-05
925
+
926
+ ### Added
927
+
928
+ - Add alternate JIT engine (in preview) ([#3905](https://github.com/tailwindlabs/tailwindcss/pull/3905))
929
+ - Add new `mix-blend-mode` and `background-blend-mode` utilities ([#3920](https://github.com/tailwindlabs/tailwindcss/pull/3920))
930
+ - Add new `box-decoration-break` utilities ([#3911](https://github.com/tailwindlabs/tailwindcss/pull/3911))
931
+ - Add new `isolation` utilities ([#3914](https://github.com/tailwindlabs/tailwindcss/pull/3914))
932
+ - Add `inline-table` display utility ([#3563](https://github.com/tailwindlabs/tailwindcss/pull/3563))
933
+ - Add `list-item` display utility ([#3929](https://github.com/tailwindlabs/tailwindcss/pull/3929))
934
+ - Add new `filter` and `backdrop-filter` utilities ([#3923](https://github.com/tailwindlabs/tailwindcss/pull/3923))
935
+
936
+ ## [2.0.4] - 2021-03-17
937
+
938
+ ### Fixed
939
+
940
+ - Pass full `var(--bg-opacity)` value as `opacityValue` when defining colors as functions
941
+
942
+ ## [2.0.3] - 2021-02-07
943
+
944
+ ### Fixed
945
+
946
+ - Ensure sourcemap input is deterministic when using `@apply` in Vue components ([#3356](https://github.com/tailwindlabs/tailwindcss/pull/3356))
947
+ - Ensure placeholder opacity is consistent across browsers ([#3308](https://github.com/tailwindlabs/tailwindcss/pull/3308))
948
+ - Fix issue where `theme()` didn't work with colors defined as functions ([#2919](https://github.com/tailwindlabs/tailwindcss/pull/2919))
949
+ - Enable `dark` variants by default for color opacity utilities ([#2975](https://github.com/tailwindlabs/tailwindcss/pull/2975))
950
+
951
+ ### Added
952
+
953
+ - Add support for a `tailwind.config.cjs` file in Node ESM projects ([#3181](https://github.com/tailwindlabs/tailwindcss/pull/3181))
954
+ - Add version comment to Preflight ([#3255](https://github.com/tailwindlabs/tailwindcss/pull/3255))
955
+ - Add `cursor-help` by default ([#3199](https://github.com/tailwindlabs/tailwindcss/pull/3199))
956
+
957
+ ## [2.0.2] - 2020-12-11
958
+
959
+ ### Fixed
960
+
961
+ - Fix issue with `@apply` not working as expected with `!important` inside an at-rule ([#2824](https://github.com/tailwindlabs/tailwindcss/pull/2824))
962
+ - Fix issue with `@apply` not working as expected with defined classes ([#2832](https://github.com/tailwindlabs/tailwindcss/pull/2832))
963
+ - Fix memory leak, and broken `@apply` when splitting up files ([#3032](https://github.com/tailwindlabs/tailwindcss/pull/3032))
964
+
965
+ ### Added
966
+
967
+ - Add default values for the `ring` utility ([#2951](https://github.com/tailwindlabs/tailwindcss/pull/2951))
968
+
969
+ ## [2.0.1] - 2020-11-18
970
+
971
+ - Nothing, just the only thing I could do when I found out npm won't let me publish the same version under two tags.
972
+
973
+ ## [2.0.0] - 2020-11-18
974
+
975
+ ### Added
976
+
977
+ - Add redesigned color palette ([#2623](https://github.com/tailwindlabs/tailwindcss/pull/2623), [700866c](https://github.com/tailwindlabs/tailwindcss/commit/700866ce5e0c0b8d140be161c4d07fc6f31242bc), [#2633](https://github.com/tailwindlabs/tailwindcss/pull/2633))
978
+ - Add dark mode support ([#2279](https://github.com/tailwindlabs/tailwindcss/pull/2279), [#2631](https://github.com/tailwindlabs/tailwindcss/pull/2631))
979
+ - Add `overflow-ellipsis` and `overflow-clip` utilities ([#1289](https://github.com/tailwindlabs/tailwindcss/pull/1289))
980
+ - Add `transform-gpu` to force hardware acceleration on transforms when desired ([#1380](https://github.com/tailwindlabs/tailwindcss/pull/1380))
981
+ - Extend default spacing scale ([#2630](https://github.com/tailwindlabs/tailwindcss/pull/2630), [7f05204](https://github.com/tailwindlabs/tailwindcss/commit/7f05204ce7a5581b6845591448265c3c21afde86))
982
+ - Add spacing scale to `inset` plugin ([#2630](https://github.com/tailwindlabs/tailwindcss/pull/2630))
983
+ - Add percentage sizes to `translate`, `inset`, and `height` plugins ([#2630](https://github.com/tailwindlabs/tailwindcss/pull/2630), [5259560](https://github.com/tailwindlabs/tailwindcss/commit/525956065272dc53e8f8395f55f9ad13077a38d1))
984
+ - Extend default font size scale ([#2609](https://github.com/tailwindlabs/tailwindcss/pull/2609), [#2619](https://github.com/tailwindlabs/tailwindcss/pull/2619))
985
+ - Support using `@apply` with complex classes, including variants like `lg:hover:bg-blue-500` ([#2159](https://github.com/tailwindlabs/tailwindcss/pull/2159))
986
+ - Add new `2xl` breakpoint at 1536px by default ([#2609](https://github.com/tailwindlabs/tailwindcss/pull/2609))
987
+ - Add default line-height values for font-size utilities ([#2609](https://github.com/tailwindlabs/tailwindcss/pull/2609))
988
+ - Support defining theme values using arrays for CSS properties that support comma separated values ([e13f083c4](https://github.com/tailwindlabs/tailwindcss/commit/e13f083c4bc48bf9870d27c966136a9584943127))
989
+ - Enable `group-hover` for color plugins, `boxShadow`, and `textDecoration` by default ([28985b6](https://github.com/tailwindlabs/tailwindcss/commit/28985b6cd592e72d4849fdb9ce97eb045744e09c), [f6923b1](https://github.com/tailwindlabs/tailwindcss/commit/f6923b1))
990
+ - Enable `focus` for z-index utilities by default ([ae5b3d3](https://github.com/tailwindlabs/tailwindcss/commit/ae5b3d312d5000ae9c2065001f3df7add72dc365))
991
+ - Support `extend` in `variants` configuration ([#2651](https://github.com/tailwindlabs/tailwindcss/pull/2651))
992
+ - Add `max-w-prose` class by default ([#2574](https://github.com/tailwindlabs/tailwindcss/pull/2574))
993
+ - Support flattening deeply nested color objects ([#2148](https://github.com/tailwindlabs/tailwindcss/pull/2148))
994
+ - Support defining presets as functions ([#2680](https://github.com/tailwindlabs/tailwindcss/pull/2680))
995
+ - Support deep merging of objects under `extend` ([#2679](https://github.com/tailwindlabs/tailwindcss/pull/2679), [#2700](https://github.com/tailwindlabs/tailwindcss/pull/2700))
996
+ - Enable `focus-within` for all plugins that have `focus` enabled by default ([1a21f072](https://github.com/tailwindlabs/tailwindcss/commit/1a21f0721c7368d61fa3feef33d616de3f78c7d7), [f6923b1](https://github.com/tailwindlabs/tailwindcss/commit/f6923b1))
997
+ - Added new `ring` utilities for creating outline/focus rings using box shadows ([#2747](https://github.com/tailwindlabs/tailwindcss/pull/2747), [879f088](https://github.com/tailwindlabs/tailwindcss/commit/879f088), [e0788ef](https://github.com/tailwindlabs/tailwindcss/commit/879f088))
998
+ - Added `5` and `95` to opacity scale ([#2747](https://github.com/tailwindlabs/tailwindcss/pull/2747))
999
+ - Add support for default duration and timing function values whenever enabling transitions ([#2755](https://github.com/tailwindlabs/tailwindcss/pull/2755))
1000
+
1001
+ ### Changed
1002
+
1003
+ - Completely redesign color palette ([#2623](https://github.com/tailwindlabs/tailwindcss/pull/2623), [700866c](https://github.com/tailwindlabs/tailwindcss/commit/700866ce5e0c0b8d140be161c4d07fc6f31242bc), [#2633](https://github.com/tailwindlabs/tailwindcss/pull/2633))
1004
+ - Drop support for Node 8 and 10 ([#2582](https://github.com/tailwindlabs/tailwindcss/pull/2582))
1005
+ - Removed `target` feature and dropped any compatibility with IE 11 ([#2571](https://github.com/tailwindlabs/tailwindcss/pull/2571))
1006
+ - Upgrade to PostCSS 8 (but include PostCSS 7 compatibility build) ([729b400](https://github.com/tailwindlabs/tailwindcss/commit/729b400a685973f46af73c8a68b364f20f7c5e1e), [1d8679d](https://github.com/tailwindlabs/tailwindcss/commit/1d8679d37e0eb1ba8281b2076bade5fc754f47dd), [c238ed1](https://github.com/tailwindlabs/tailwindcss/commit/c238ed15b5c02ff51978965511312018f2bc2cae))
1007
+ - Removed `shadow-outline`, `shadow-solid`, and `shadow-xs` by default in favor of new `ring` API ([#2747](https://github.com/tailwindlabs/tailwindcss/pull/2747))
1008
+ - Switch `normalize.css` to `modern-normalize` ([#2572](https://github.com/tailwindlabs/tailwindcss/pull/2572))
1009
+ - Rename `whitespace-no-wrap` to `whitespace-nowrap` ([#2664](https://github.com/tailwindlabs/tailwindcss/pull/2664))
1010
+ - Rename `flex-no-wrap` to `flex-nowrap` ([#2676](https://github.com/tailwindlabs/tailwindcss/pull/2676))
1011
+ - Remove `clearfix` utility, recommend `flow-root` instead ([#2766](https://github.com/tailwindlabs/tailwindcss/pull/2766))
1012
+ - Disable `hover` and `focus` for `fontWeight` utilities by default ([f6923b1](https://github.com/tailwindlabs/tailwindcss/commit/f6923b1))
1013
+ - Remove `grid-gap` fallbacks needed for old versions of Safari ([5ec45fa](https://github.com/tailwindlabs/tailwindcss/commit/5ec45fa))
1014
+ - Change special use of 'default' in config to 'DEFAULT' ([#2580](https://github.com/tailwindlabs/tailwindcss/pull/2580))
1015
+ - New `@apply` implementation, slight backwards incompatibilities with previous behavior ([#2159](https://github.com/tailwindlabs/tailwindcss/pull/2159))
1016
+ - Make `theme` retrieve the expected resolved value when theme value is complex ([e13f083c4](https://github.com/tailwindlabs/tailwindcss/commit/e13f083c4bc48bf9870d27c966136a9584943127))
1017
+ - Move `truncate` class to `textOverflow` core plugin ([#2562](https://github.com/tailwindlabs/tailwindcss/pull/2562))
1018
+ - Remove `scrolling-touch` and `scrolling-auto` utilities ([#2573](https://github.com/tailwindlabs/tailwindcss/pull/2573))
1019
+ - Modernize default system font stacks ([#1711](https://github.com/tailwindlabs/tailwindcss/pull/1711))
1020
+ - Upgrade to PurgeCSS 3.0 ([8e4e0a0](https://github.com/tailwindlabs/tailwindcss/commit/8e4e0a0eb8dcbf84347c7562988b4f9afd344081))
1021
+ - Change default `text-6xl` font-size to 3.75rem instead of 4rem ([#2619](https://github.com/tailwindlabs/tailwindcss/pull/2619))
1022
+ - Ignore `[hidden]` elements within `space` and `divide` utilities instead of `template` elements ([#2642](https://github.com/tailwindlabs/tailwindcss/pull/2642))
1023
+ - Automatically prefix keyframes and animation names when a prefix is configured ([#2621](https://github.com/tailwindlabs/tailwindcss/pull/2621), [#2641](https://github.com/tailwindlabs/tailwindcss/pull/2641))
1024
+ - Merge `extend` objects deeply by default ([#2679](https://github.com/tailwindlabs/tailwindcss/pull/2679))
1025
+ - Respect `preserveHtmlElements` option even when using custom PurgeCSS extractor ([#2704](https://github.com/tailwindlabs/tailwindcss/pull/2704))
1026
+ - Namespace all internal custom properties under `tw-` to avoid collisions with end-user custom properties ([#2771](https://github.com/tailwindlabs/tailwindcss/pull/2771))
1027
+
1028
+ ## [2.0.0-alpha.25] - 2020-11-17
1029
+
1030
+ ### Fixed
1031
+
1032
+ - Fix issue where `ring-offset-0` didn't work due to unitless `0` in `calc` function ([3de0c48](https://github.com/tailwindlabs/tailwindcss/commit/3de0c48))
1033
+
1034
+ ## [2.0.0-alpha.24] - 2020-11-16
1035
+
1036
+ ### Changed
1037
+
1038
+ - Don't override ring color when overriding ring width with a variant ([e40079a](https://github.com/tailwindlabs/tailwindcss/commit/e40079a))
1039
+
1040
+ ### Fixed
1041
+
1042
+ - Prevent shadow/ring styles from cascading to children ([e40079a](https://github.com/tailwindlabs/tailwindcss/commit/e40079a))
1043
+ - Ensure rings have a default color even if `colors.blue.500` is not present in config ([e40079a](https://github.com/tailwindlabs/tailwindcss/commit/e40079a))
1044
+
1045
+ ## [2.0.0-alpha.23] - 2020-11-16
1046
+
1047
+ ### Added
1048
+
1049
+ - Add scripts for generating a PostCSS 7 compatible build alongside PostCSS 8 version ([#2773](https://github.com/tailwindlabs/tailwindcss/pull/2773))
1050
+
1051
+ ### Changed
1052
+
1053
+ - All custom properties have been internally namespaced under `tw-` to avoid collisions with end-user custom properties ([#2771](https://github.com/tailwindlabs/tailwindcss/pull/2771))
1054
+
1055
+ ## [2.0.0-alpha.22] - 2020-11-16
1056
+
1057
+ ### Changed
1058
+
1059
+ - ~~All custom properties have been internally namespaced under `tw-` to avoid collisions with end-user custom properties ([#2771](https://github.com/tailwindlabs/tailwindcss/pull/2771))~~ I made a git boo-boo, check alpha.23 instead
1060
+
1061
+ ## [2.0.0-alpha.21] - 2020-11-15
1062
+
1063
+ ### Changed
1064
+
1065
+ - Upgrade to PostCSS 8, Autoprefixer 10, move `postcss` and `autoprefixer` to peerDependencies ([729b400](https://github.com/tailwindlabs/tailwindcss/commit/729b400))
1066
+
1067
+ ## [2.0.0-alpha.20] - 2020-11-13
1068
+
1069
+ ### Changed
1070
+
1071
+ - Remove `clearfix` utility, recommend `flow-root` instead ([#2766](https://github.com/tailwindlabs/tailwindcss/pull/2766))
1072
+
1073
+ ## [2.0.0-alpha.19] - 2020-11-13
1074
+
1075
+ ### Fixed
1076
+
1077
+ - Don't crash when color palette is empty ([278c203](https://github.com/tailwindlabs/tailwindcss/commit/278c203))
1078
+
1079
+ ## [2.0.0-alpha.18] - 2020-11-13
1080
+
1081
+ ### Changed
1082
+
1083
+ - `black` and `white` have been added to `colors.js` ([b3ed724](https://github.com/tailwindlabs/tailwindcss/commit/b3ed724))
1084
+
1085
+ ### Fixed
1086
+
1087
+ - Add support for colors as closures to `ringColor` and `ringOffsetColor`, previously would crash build ([62a47f9](https://github.com/tailwindlabs/tailwindcss/commit/62a47f9))
1088
+
1089
+ ## [2.0.0-alpha.17] - 2020-11-13
1090
+
1091
+ ### Changed
1092
+
1093
+ - Remove `grid-gap` fallbacks needed for old versions of Safari ([5ec45fa](https://github.com/tailwindlabs/tailwindcss/commit/5ec45fa))
1094
+
1095
+ ## [2.0.0-alpha.16] - 2020-11-12
1096
+
1097
+ ### Added
1098
+
1099
+ - Enable `focus`, `focus-within`, and `dark` variants (when enabled) for all ring utilities by default ([e0788ef](https://github.com/tailwindlabs/tailwindcss/commit/879f088))
1100
+
1101
+ ## [2.0.0-alpha.15] - 2020-11-11
1102
+
1103
+ ### Added
1104
+
1105
+ - Added `ring-inset` utility for rendering rings as inset shadows ([879f088](https://github.com/tailwindlabs/tailwindcss/commit/879f088))
1106
+
1107
+ ### Changed
1108
+
1109
+ - `ringWidth` utilities always reset ring styles to ensure no accidental variable inheritance through the cascade ([879f088](https://github.com/tailwindlabs/tailwindcss/commit/879f088))
1110
+
1111
+ ## [2.0.0-alpha.14] - 2020-11-11
1112
+
1113
+ ### Added
1114
+
1115
+ - Enable `focus-within` for `outline` utilities by default ([f6923b1](https://github.com/tailwindlabs/tailwindcss/commit/f6923b1))
1116
+ - Enable `focus-within` for `ringWidth` utilities by default ([f6923b1](https://github.com/tailwindlabs/tailwindcss/commit/f6923b1))
1117
+ - Enable `group-hover` for `boxShadow` utilities by default ([f6923b1](https://github.com/tailwindlabs/tailwindcss/commit/f6923b1))
1118
+ - Enable `group-hover` and `focus-within` for `textDecoration` utilities by default ([f6923b1](https://github.com/tailwindlabs/tailwindcss/commit/f6923b1))
1119
+
1120
+ ### Changed
1121
+
1122
+ - Disable `hover` and `focus` for `fontWeight` utilities by default ([f6923b1](https://github.com/tailwindlabs/tailwindcss/commit/f6923b1))
1123
+
1124
+ ## [2.0.0-alpha.13] - 2020-11-11
1125
+
1126
+ ### Added
1127
+
1128
+ - Add support for default duration and timing function values whenever enabling transitions ([#2755](https://github.com/tailwindlabs/tailwindcss/pull/2755))
1129
+
1130
+ ## [2.0.0-alpha.12] - 2020-11-10
1131
+
1132
+ ### Fixed
1133
+
1134
+ - Prevent `boxShadow` utilities from overriding ring shadows added by components like in the custom forms plugin ([c3dd3b6](https://github.com/tailwindlabs/tailwindcss/commit/c3dd3b68454ad418833a9edf7f3409cad66fb5b0))
1135
+
1136
+ ## [2.0.0-alpha.11] - 2020-11-09
1137
+
1138
+ ### Fixed
1139
+
1140
+ - Convert `none` to `0 0 #0000` when used for shadows to ensure compatibility with `ring` utilities ([4eecc27](https://github.com/tailwindlabs/tailwindcss/commit/4eecc2751ca0c461e8da5bd5772ae650197a2e5d))
1141
+
1142
+ ## [2.0.0-alpha.10] - 2020-11-09
1143
+
1144
+ ### Added
1145
+
1146
+ - Added new `ring` utilities ([#2747](https://github.com/tailwindlabs/tailwindcss/pull/2747))
1147
+ - Added `5` and `95` to opacity scale ([#2747](https://github.com/tailwindlabs/tailwindcss/pull/2747))
1148
+
1149
+ ### Changed
1150
+
1151
+ - Removed `shadow-outline`, `shadow-solid`, and `shadow-xs` in favor of new `ring` API ([#2747](https://github.com/tailwindlabs/tailwindcss/pull/2747))
1152
+
1153
+ ## [2.0.0-alpha.9] - 2020-11-07
1154
+
1155
+ ### Added
1156
+
1157
+ - Added `shadow-solid` utility, a 2px solid shadow that uses the current text color ([369cfae](https://github.com/tailwindlabs/tailwindcss/commit/369cfae2905a577033529c46a5e8ca58c69f5623))
1158
+ - Enable `focus-within` where useful by default ([1a21f072](https://github.com/tailwindlabs/tailwindcss/commit/1a21f0721c7368d61fa3feef33d616de3f78c7d7))
1159
+
1160
+ ### Changed
1161
+
1162
+ - Update `shadow-outline` to use the new blue ([b078238](https://github.com/tailwindlabs/tailwindcss/commit/b0782385c9832d35a10929b38b4fcaf27e055d6b))
1163
+
1164
+ ## [2.0.0-alpha.8] - 2020-11-06
1165
+
1166
+ ### Added
1167
+
1168
+ - Add `11` to spacing scale ([7f05204](https://github.com/tailwindlabs/tailwindcss/commit/7f05204ce7a5581b6845591448265c3c21afde86))
1169
+ - Add percentage-based height values ([5259560](https://github.com/tailwindlabs/tailwindcss/commit/525956065272dc53e8f8395f55f9ad13077a38d1))
1170
+ - Add indigo to the color palette by default ([700866c](https://github.com/tailwindlabs/tailwindcss/commit/700866ce5e0c0b8d140be161c4d07fc6f31242bc))
1171
+
1172
+ ### Changed
1173
+
1174
+ - Use `coolGray` as the default gray ([700866c](https://github.com/tailwindlabs/tailwindcss/commit/700866ce5e0c0b8d140be161c4d07fc6f31242bc))
1175
+
1176
+ ## [2.0.0-alpha.7] - 2020-11-05
1177
+
1178
+ ### Changed
1179
+
1180
+ - Revert upgrading to PostCSS 8 lol
1181
+
1182
+ ## [2.0.0-alpha.6] - 2020-11-04
1183
+
1184
+ ### Changed
1185
+
1186
+ - Respect `preserveHtmlElements` option even when using custom PurgeCSS extractor ([#2704](https://github.com/tailwindlabs/tailwindcss/pull/2704))
1187
+ - Set font-family and line-height to `inherit` on `body` to behave more like v1.x ([#2729](https://github.com/tailwindlabs/tailwindcss/pull/2729))
1188
+
1189
+ ## [2.0.0-alpha.5] - 2020-10-30
1190
+
1191
+ ### Changed
1192
+
1193
+ - Upgrade to PostCSS 8 ([59aa484](https://github.com/tailwindlabs/tailwindcss/commit/59aa484dfea0607d96bff6ef41b1150c78576c37))
1194
+
1195
+ ## [2.0.0-alpha.4] - 2020-10-29
1196
+
1197
+ ### Added
1198
+
1199
+ - Support deep merging of arrays of objects under `extend` ([#2700](https://github.com/tailwindlabs/tailwindcss/pull/2700))
1200
+
1201
+ ## [2.0.0-alpha.3] - 2020-10-27
1202
+
1203
+ ### Added
1204
+
1205
+ - Support flattening deeply nested color objects ([#2148](https://github.com/tailwindlabs/tailwindcss/pull/2148))
1206
+ - Support defining presets as functions ([#2680](https://github.com/tailwindlabs/tailwindcss/pull/2680))
1207
+
1208
+ ### Changed
1209
+
1210
+ - Merge `extend` objects deeply by default ([#2679](https://github.com/tailwindlabs/tailwindcss/pull/2679))
1211
+ - Rename `flex-no-wrap` to `flex-nowrap` ([#2676](https://github.com/tailwindlabs/tailwindcss/pull/2676))
1212
+
1213
+ ## [2.0.0-alpha.2] - 2020-10-25
1214
+
1215
+ ### Added
1216
+
1217
+ - Support `extend` in `variants` configuration ([#2651](https://github.com/tailwindlabs/tailwindcss/pull/2651))
1218
+ - Add `max-w-prose` class by default ([#2574](https://github.com/tailwindlabs/tailwindcss/pull/2574))
1219
+
1220
+ ### Changed
1221
+
1222
+ - Revert use of logical properties for `space` and `divide` utilities ([#2644](https://github.com/tailwindlabs/tailwindcss/pull/2644))
1223
+ - `space` and `divide` utilities ignore elements with `[hidden]` now instead of only ignoring `template` elements ([#2642](https://github.com/tailwindlabs/tailwindcss/pull/2642))
1224
+ - Set default font on `body`, not just `html` ([#2643](https://github.com/tailwindlabs/tailwindcss/pull/2643))
1225
+ - Automatically prefix keyframes and animation names when a prefix is configured ([#2621](https://github.com/tailwindlabs/tailwindcss/pull/2621), [#2641](https://github.com/tailwindlabs/tailwindcss/pull/2641))
1226
+ - Rename `whitespace-no-wrap` to `whitespace-nowrap` ([#2664](https://github.com/tailwindlabs/tailwindcss/pull/2664))
1227
+
1228
+ ## [1.9.6] - 2020-10-23
1229
+
1230
+ ### Changed
1231
+
1232
+ - The `presets` feature had unexpected behavior where a preset config without its own `presets` key would not extend the default config. ([#2662](https://github.com/tailwindlabs/tailwindcss/pull/2662))
1233
+
1234
+ If you were depending on this unexpected behavior, just add `presets: []` to your own preset to exclude the default configuration.
1235
+
1236
+ ## [2.0.0-alpha.1] - 2020-10-20
1237
+
1238
+ ### Added
1239
+
1240
+ - Added dark mode support ([#2279](https://github.com/tailwindlabs/tailwindcss/pull/2279), [#2631](https://github.com/tailwindlabs/tailwindcss/pull/2631))
1241
+ - Added `overflow-ellipsis` and `overflow-clip` utilities ([#1289](https://github.com/tailwindlabs/tailwindcss/pull/1289))
1242
+ - Add `transform-gpu` to force hardware acceleration on transforms when beneficial ([#1380](https://github.com/tailwindlabs/tailwindcss/pull/1380))
1243
+ - Extended spacing scale ([#2630](https://github.com/tailwindlabs/tailwindcss/pull/2630))
1244
+ - Add spacing scale to `inset` plugin ([#2630](https://github.com/tailwindlabs/tailwindcss/pull/2630))
1245
+ - Enable useful relative sizes for more plugins ([#2630](https://github.com/tailwindlabs/tailwindcss/pull/2630))
1246
+ - Extend font size scale ([#2609](https://github.com/tailwindlabs/tailwindcss/pull/2609), [#2619](https://github.com/tailwindlabs/tailwindcss/pull/2619))
1247
+ - Support using `@apply` with complex classes ([#2159](https://github.com/tailwindlabs/tailwindcss/pull/2159))
1248
+ - Add new `2xl` breakpoint ([#2609](https://github.com/tailwindlabs/tailwindcss/pull/2609))
1249
+ - Add default line-height values for font-size utilities ([#2609](https://github.com/tailwindlabs/tailwindcss/pull/2609))
1250
+ - Support defining theme values using arrays wherever it makes sense (box-shadow, transition-property, etc.) ([e13f083c4](https://github.com/tailwindlabs/tailwindcss/commit/e13f083c4bc48bf9870d27c966136a9584943127))
1251
+ - Enable `group-hover` for color utilities by default ([28985b6](https://github.com/tailwindlabs/tailwindcss/commit/28985b6cd592e72d4849fdb9ce97eb045744e09c))
1252
+ - Enable `focus` for z-index utilities by default ([ae5b3d3](https://github.com/tailwindlabs/tailwindcss/commit/ae5b3d312d5000ae9c2065001f3df7add72dc365))
1253
+
1254
+ ### Changed
1255
+
1256
+ - New `@apply` implementation, slight backwards incompatibilities with previous behavior ([#2159](https://github.com/tailwindlabs/tailwindcss/pull/2159))
1257
+ - Move `truncate` class to `textOverflow` core plugin ([#2562](https://github.com/tailwindlabs/tailwindcss/pull/2562))
1258
+ - Removed `target` feature and dropped any compatibility with IE 11 ([#2571](https://github.com/tailwindlabs/tailwindcss/pull/2571))
1259
+ - Switch `normalize.css` to `modern-normalize` ([#2572](https://github.com/tailwindlabs/tailwindcss/pull/2572))
1260
+ - Remove `scrolling-touch` and `scrolling-auto` utilities ([#2573](https://github.com/tailwindlabs/tailwindcss/pull/2573))
1261
+ - Change special use of 'default' in config to 'DEFAULT' ([#2580](https://github.com/tailwindlabs/tailwindcss/pull/2580))
1262
+ - Drop support for Node 8 and 10 ([#2582](https://github.com/tailwindlabs/tailwindcss/pull/2582))
1263
+ - Modernize default system font stacks ([#1711](https://github.com/tailwindlabs/tailwindcss/pull/1711))
1264
+ - Upgrade to PurgeCSS 3.0
1265
+ - ~~Upgrade to PostCSS 8.0~~ Reverted for now
1266
+ - Use logical properties for `space` and `divide` utilities ([#1883](https://github.com/tailwindlabs/tailwindcss/pull/1883))
1267
+ - Make `theme` retrieve the expected resolved value when theme value is complex ([e13f083c4](https://github.com/tailwindlabs/tailwindcss/commit/e13f083c4bc48bf9870d27c966136a9584943127))
1268
+ - Adjust default font-size scale to include 60px instead of 64px ([#2619](https://github.com/tailwindlabs/tailwindcss/pull/2619))
1269
+ - Update default colors in Preflight to match new color palette ([#2633](https://github.com/tailwindlabs/tailwindcss/pull/2633))
1270
+
1271
+ ## [1.9.5] - 2020-10-19
1272
+
1273
+ ### Fixed
1274
+
1275
+ - Fix issue where using `theme` with default line-heights did not resolve correctly
1276
+
1277
+ ## [1.9.4] - 2020-10-17
1278
+
1279
+ ### Fixed
1280
+
1281
+ - Fix issue changing plugins defined using the `withOptions` API would not trigger rebuilds in watch processes
1282
+
1283
+ ## [1.9.3] - 2020-10-16
1284
+
1285
+ ### Fixed
1286
+
1287
+ - Fix issue where `tailwindcss init --full` scaffolded a corrupt config file (https://github.com/tailwindlabs/tailwindcss/issues/2556)
1288
+
1289
+ ### Changed
1290
+
1291
+ - Remove console warnings about upcoming breaking changes
1292
+
1293
+ ## [1.9.2] - 2020-10-14
1294
+
1295
+ ### Fixed
1296
+
1297
+ - Merge plugins when merging config with preset ([#2561](https://github.com/tailwindlabs/tailwindcss/pulls/#2561)
1298
+ - Use `word-wrap` and `overflow-wrap` together, not one or the other since `word-wrap` is IE-only
1299
+
1300
+ ## [1.9.1] - 2020-10-14
1301
+
1302
+ ### Fixed
1303
+
1304
+ - Don't import `corePlugins` in `resolveConfig` to avoid bundling browser-incompatible code ([#2548](https://github.com/tailwindlabs/tailwindcss/pull/2548))
1305
+
1306
+ ## [1.9.0] - 2020-10-12
1307
+
1308
+ ### Added
1309
+
1310
+ - Add new `presets` config option ([#2474](https://github.com/tailwindlabs/tailwindcss/pull/2474))
1311
+ - Scaffold new `tailwind.config.js` files with available `future` flags commented out ([#2379](https://github.com/tailwindlabs/tailwindcss/pull/2379))
1312
+ - Add `col-span-full` and `row-span-full` ([#2471](https://github.com/tailwindlabs/tailwindcss/pull/2471))
1313
+ - Make `outline` configurable, `outline-none` more accessible by default, and add `outline-black` and `outline-white` ([#2460](https://github.com/tailwindlabs/tailwindcss/pull/2460))
1314
+ - Add additional small `rotate` and `skew` values ([#2528](https://github.com/tailwindlabs/tailwindcss/pull/2528))
1315
+ - Add `xl`, `2xl`, and `3xl` border radius values ([#2529](https://github.com/tailwindlabs/tailwindcss/pull/2529))
1316
+ - Add new utilities for `grid-auto-columns` and `grid-auto-rows` ([#2531](https://github.com/tailwindlabs/tailwindcss/pull/2531))
1317
+ - Promote `defaultLineHeights` and `standardFontWeights` from experimental to future
1318
+
1319
+ ### Fixed
1320
+
1321
+ - Don't escape keyframe values ([#2432](https://github.com/tailwindlabs/tailwindcss/pull/2432))
1322
+ - Use `word-wrap` instead of `overflow-wrap` in `ie11` target mode ([#2391](https://github.com/tailwindlabs/tailwindcss/pull/2391))
1323
+
1324
+ ### Experimental
1325
+
1326
+ - Add experimental `2xl` breakpoint ([#2468](https://github.com/tailwindlabs/tailwindcss/pull/2468))
1327
+ - Rename `{u}-max-content` and `{u}-min-content` utilities to `{u}-max` and `{u}-min` in experimental extended spacing scale ([#2532](https://github.com/tailwindlabs/tailwindcss/pull/2532))
1328
+ - Support disabling dark mode variants globally ([#2530](https://github.com/tailwindlabs/tailwindcss/pull/2530))
1329
+
1330
+ ## [1.8.13] - 2020-10-09
1331
+
1332
+ ### Fixed
1333
+
1334
+ - Support defining colors as closures even when opacity variables are not supported ([#2536](https://github.com/tailwindlabs/tailwindcss/pull/2515))
1335
+
1336
+ ## [1.8.12] - 2020-10-07
1337
+
1338
+ ### Fixed
1339
+
1340
+ - Reset color opacity variable in utilities generated using closure colors ([#2515](https://github.com/tailwindlabs/tailwindcss/pull/2515))
1341
+
1342
+ ## [1.8.11] - 2020-10-06
1343
+
1344
+ - Make `tailwindcss.plugin` work in ESM environments for reasons
1345
+
1346
+ ## [1.8.10] - 2020-09-14
1347
+
1348
+ ### Fixed
1349
+
1350
+ - Prevent new `dark` experiment from causing third-party `dark` variants to inherit stacking behavior ([#2382](https://github.com/tailwindlabs/tailwindcss/pull/2382))
1351
+
1352
+ ## [1.8.9] - 2020-09-13
1353
+
1354
+ ### Fixed
1355
+
1356
+ - Add negative spacing values to inset plugin in the `extendedSpacingScale` experiment ([#2358](https://github.com/tailwindlabs/tailwindcss/pull/2358))
1357
+ - Fix issue where `!important` was stripped from declarations within rules that used `@apply` with `applyComplexClasses` ([#2376](https://github.com/tailwindlabs/tailwindcss/pull/2376))
1358
+
1359
+ ### Changed
1360
+
1361
+ - Add `future` section to config stubs ([#2372](https://github.com/tailwindlabs/tailwindcss/pull/2372), [3090b98](https://github.com/tailwindlabs/tailwindcss/commit/3090b98ece766b1046abe5bbaa94204e811f7fac))
1362
+
1363
+ ## [1.8.8] - 2020-09-11
1364
+
1365
+ ### Fixed
1366
+
1367
+ - Register dark mode plugin outside of `resolveConfig` code path ([#2368](https://github.com/tailwindlabs/tailwindcss/pull/2368))
1368
+
1369
+ ## [1.8.7] - 2020-09-10
1370
+
1371
+ ### Fixed
1372
+
1373
+ - Fix issue where classes in escaped strings (like `class=\"block\"`) weren't extracted properly for purging ([#2364](https://github.com/tailwindlabs/tailwindcss/pull/2364))
1374
+
1375
+ ## [1.8.6] - 2020-09-09
1376
+
1377
+ ### Fixed
1378
+
1379
+ - Fix issue where container padding not applied when using object syntax ([#2353](https://github.com/tailwindlabs/tailwindcss/pull/2353))
1380
+
1381
+ ## [1.8.5] - 2020-09-07
1382
+
1383
+ ### Fixed
1384
+
1385
+ - Fix issue where `resolveConfig` didn't take into account configs added by feature flags ([#2347](https://github.com/tailwindlabs/tailwindcss/pull/2347))
1386
+
1387
+ ## [1.8.4] - 2020-09-06
1388
+
1389
+ ### Fixed
1390
+
1391
+ - Fix [issue](https://github.com/tailwindlabs/tailwindcss/issues/2258) where inserting extra PurgeCSS control comments could break integrated PurgeCSS support
1392
+ - Fix issue where dark variant in 'class' mode was incompatible with 'group-hover' variant ([#2337](https://github.com/tailwindlabs/tailwindcss/pull/2337))
1393
+ - Support basic nesting structure with `@apply` when using the `applyComplexClasses` experiment ([#2271](https://github.com/tailwindlabs/tailwindcss/pull/2271))
1394
+
1395
+ ### Changed
1396
+
1397
+ - Rename `font-hairline` and `font-thin` to `font-thin` and `font-extralight` behind `standardFontWeights` flag (experimental until v1.9.0) ([#2333](https://github.com/tailwindlabs/tailwindcss/pull/2333))
1398
+
1399
+ ## [1.8.3] - 2020-09-05
1400
+
1401
+ ### Fixed
1402
+
1403
+ - Fix issue where `font-variant-numeric` utilities would break in combination with most CSS minifier configurations ([f3660ce](https://github.com/tailwindlabs/tailwindcss/commit/f3660ceed391cfc9390ca4ea1a729a955e64b895))
1404
+ - Only warn about `conservative` purge mode being deprecated once per process ([58781b5](https://github.com/tailwindlabs/tailwindcss/commit/58781b517daffbaf80fc5c0791d311f53b2d67d8))
1405
+
1406
+ ## [1.8.2] - 2020-09-04
1407
+
1408
+ ### Fixed
1409
+
1410
+ - Fix bug where dark mode variants would cause an error if you had a `plugins` array in your config ([#2322](https://github.com/tailwindlabs/tailwindcss/pull/2322))
1411
+
1412
+ ## [1.8.1] - 2020-09-04
1413
+
1414
+ ### Fixed
1415
+
1416
+ - Fix bug in the new font-variant-numeric utilities which broke the whole rule ([#2318](https://github.com/tailwindlabs/tailwindcss/pull/2318))
1417
+ - Fix bug while purging ([#2320](https://github.com/tailwindlabs/tailwindcss/pull/2320))
1418
+
1419
+ ## [1.8.0] - 2020-09-04
1420
+
1421
+ ### Added
1422
+
1423
+ - Dark mode variant (experimental) ([#2279](https://github.com/tailwindlabs/tailwindcss/pull/2279))
1424
+ - New `preserveHtmlElements` option for `purge` ([#2283](https://github.com/tailwindlabs/tailwindcss/pull/2283))
1425
+ - New `layers` mode for `purge` ([#2288](https://github.com/tailwindlabs/tailwindcss/pull/2288))
1426
+ - New `font-variant-numeric` utilities ([#2305](https://github.com/tailwindlabs/tailwindcss/pull/2305))
1427
+ - New `place-items`, `place-content`, `place-self`, `justify-items`, and `justify-self` utilities ([#2306](https://github.com/tailwindlabs/tailwindcss/pull/2306))
1428
+ - Support configuring variants as functions ([#2309](https://github.com/tailwindlabs/tailwindcss/pull/2309))
1429
+
1430
+ ### Changed
1431
+
1432
+ - CSS within `@layer` at-rules are now grouped with the corresponding `@tailwind` at-rule ([#2312](https://github.com/tailwindlabs/tailwindcss/pull/2312))
1433
+
1434
+ ### Deprecated
1435
+
1436
+ - `conservative` purge mode, deprecated in favor of `layers`
1437
+
1438
+ ## [1.7.6] - 2020-08-29
1439
+
1440
+ ### Fixed
1441
+
1442
+ - Fix bug where the new experimental `@apply` implementation broke when applying a variant class with the important option globally enabled
1443
+
1444
+ ## [1.7.5] - 2020-08-28
1445
+
1446
+ ### Changed
1447
+
1448
+ - Update lodash to latest to silence security warnings
1449
+
1450
+ ## [1.7.4] - 2020-08-26
1451
+
1452
+ ### Added
1453
+
1454
+ - Add new -p flag to CLI to quickly scaffold a `postcss.config.js` file
1455
+
1456
+ ### Changed
1457
+
1458
+ - Make `@apply` insensitive to whitespace in the new `applyComplexClasses` experiment
1459
+
1460
+ ### Fixed
1461
+
1462
+ - Fix bug where the new `applyComplexClasses` experiment didn't behave as expected with rules with multiple selectors, like `.foo, .bar { color: red }`
1463
+
1464
+ ## [1.7.3] - 2020-08-20
1465
+
1466
+ ### Changed
1467
+
1468
+ - Log feature flag notices to stderr instead of stdout to preserve compatibility with pipe-based build systems
1469
+ - Add missing bg-none utility for disabling background images
1470
+
1471
+ ### Fixed
1472
+
1473
+ - Fix bug that prevented defining colors as closures when the `gradientColorStops` plugin was enabled
1474
+
1475
+ ## [1.7.2] - 2020-08-19
1476
+
1477
+ ### Added
1478
+
1479
+ - Reuse generated CSS as much as possible in long-running processes instead of needlessly recalculating
1480
+
1481
+ ## [1.7.1] - 2020-08-28
1482
+
1483
+ ### Changed
1484
+
1485
+ - Don't issue duplicate flag notices in long-running build processes
1486
+
1487
+ ## [1.7.0] - 2020-08-28
1488
+
1489
+ ### Added
1490
+
1491
+ - Gradients
1492
+ - New background-clip utilities
1493
+ - New `contents` display utility
1494
+ - Default letter-spacing per font-size
1495
+ - Divide border styles
1496
+ - Access entire config object from plugins
1497
+ - Define colors as closures
1498
+ - Use `@apply` with variants and other complex classes (experimental)
1499
+ - New additional color-palette (experimental)
1500
+ - Extended spacing scale (experimental)
1501
+ - Default line-heights per font-size by default (experimental)
1502
+ - Extended font size scale (experimental)
1503
+
1504
+ ### Deprecated
1505
+
1506
+ - Deprecated gap utilities
1507
+
1508
+ ## [1.6.3] - 2020-08-18
1509
+
1510
+ ### Fixed
1511
+
1512
+ - Fixes issue where motion-safe and motion-reduce variants didn't stack correctly with group-hover variants
1513
+
1514
+ ## [1.6.2] - 2020-08-03
1515
+
1516
+ ### Fixed
1517
+
1518
+ - Fixes issue where `@keyframes` respecting the important option would break animations in Chrome
1519
+
1520
+ ## [1.6.1] - 2020-08-02
1521
+
1522
+ ### Fixed
1523
+
1524
+ - Fixes an issue where animation keyframes weren't included in the build without @tailwind base (#2108)
1525
+
1526
+ ## [1.6.0] - 2020-07-28
1527
+
1528
+ ### Added
1529
+
1530
+ - Animation support
1531
+ - New `prefers-reduced-motion` variants
1532
+ - New `overscroll-behaviour` utilities
1533
+ - Generate CSS without an input file
1534
+
1535
+ ## [1.5.2] - 2020-07-21
1536
+
1537
+ ### Fixed
1538
+
1539
+ - Fixes issue where you could no longer use `@apply` with unprefixed class names if you had configured a prefix
1540
+
1541
+ ## [1.5.1] - 2020-07-15
1542
+
1543
+ ### Fixed
1544
+
1545
+ - Fixes accidental breaking change where adding component variants using the old manual syntax (as recommended in the docs) stopped working
1546
+
1547
+ ## [1.5.0] - 2020-07-15
1548
+
1549
+ ### Added
1550
+
1551
+ - Component `variants` support
1552
+ - Responsive `container` variants
1553
+ - New `focus-visible` variant
1554
+ - New `checked` variant
1555
+
1556
+ ## v0.0.0-658250a96 - 2020-07-12 [YANKED]
1557
+
1558
+ No release notes
1559
+
1560
+ ## [1.4.6] - 2020-05-08
1561
+
1562
+ ### Changed
1563
+
1564
+ - Explicitly error when using a class as the important config option instead of just generating the wrong CSS
1565
+
1566
+ ## [1.4.5] - 2020-05-06
1567
+
1568
+ ### Fixed
1569
+
1570
+ - Fix bug where the `divideColor` plugin was using the wrong '' in IE11 target mode
1571
+
1572
+ ## [1.4.4] - 2020-05-01
1573
+
1574
+ ### Fixed
1575
+
1576
+ - Fix bug where target: 'browserslist' didn't work, only `target: ['browserslist', {...}]` did
1577
+
1578
+ ## [1.4.3] - 2020-05-01
1579
+
1580
+ ### Changed
1581
+
1582
+ - Don't generate unnecessary CSS in color plugins when color opacity utilities are disabled
1583
+
1584
+ ## [1.4.2] - 2020-05-01
1585
+
1586
+ ### Fixed
1587
+
1588
+ - Fix issue where `purge: { enabled: false }` was ignored, add `purge: false` shorthand
1589
+
1590
+ ## [1.4.1] - 2020-04-30
1591
+
1592
+ ### Changed
1593
+
1594
+ - Improve built-in PurgeCSS extractor to better support Haml and Slim templates
1595
+
1596
+ ## [1.4.0] - 2020-04-29
1597
+
1598
+ ### Added
1599
+
1600
+ - New color opacity utilities
1601
+ - Built-in PurgeCSS
1602
+ - IE 11 target mode (experimental)
1603
+
1604
+ ## [1.3.5] - 2020-04-23
1605
+
1606
+ ### Removed
1607
+
1608
+ - Drop `fs-extra` dependency to `^8.0.0` to preserve Node 8 compatibility until Tailwind 2.0
1609
+
1610
+ ### Fixed
1611
+
1612
+ - Fix missing unit in calc bug in space plugin (`space-x-0` didn't work for example)
1613
+
1614
+ ## [1.3.4] - 2020-04-21
1615
+
1616
+ ### Fixed
1617
+
1618
+ - Fix bug where `divide-{x/y}-0` utilities didn't work due to missing unit in `calc` call
1619
+
1620
+ ## [1.3.3] - 2020-04-21
1621
+
1622
+ ### Added
1623
+
1624
+ - Add forgotten responsive variants for `space`, `divideWidth`, and `divideColor` utilities
1625
+
1626
+ ## [1.3.1] - 2020-04-21
1627
+
1628
+ ### Fixed
1629
+
1630
+ - Fix bug where the `space-x` utilities were not being applied correctly due to referencing `--space-y-reverse` instead of `--space-x-reverse`
1631
+
1632
+ ## [1.3.0] - 2020-04-21
1633
+
1634
+ ### Added
1635
+
1636
+ - New `space` and `divide` layout utilities
1637
+ - New `transition-delay` utilities
1638
+ - New `group-focus` variant
1639
+ - Support for specifying a default line-height for each font-size utility
1640
+ - Support for breakpoint-specific padding for `container` class
1641
+ - Added `current` to the default color palette
1642
+ - New `inline-grid` utility
1643
+ - New `flow-root` display utility
1644
+ - New `clear-none` utility
1645
+
1646
+ ## [1.2.0] - 2020-02-05
1647
+
1648
+ ### Added
1649
+
1650
+ - CSS Transition support
1651
+ - CSS Transform support
1652
+ - CSS Grid support
1653
+ - Added `max-w-{screen}` utilities
1654
+ - Added `max-w-none` utility
1655
+ - Added `rounded-md` utility
1656
+ - Added `shadow-sm` utility
1657
+ - Added `shadow-xs` utility
1658
+ - Added `stroke-width` utilities
1659
+ - Added fixed line-height utilities
1660
+ - Added additional display utilities for table elements
1661
+ - Added box-sizing utilities
1662
+ - Added clear utilities
1663
+ - Config file dependencies are now watchable
1664
+ - Added new `plugin` and `plugin.withOptions` APIs
1665
+
1666
+ ### Changed
1667
+
1668
+ - Allow plugins to extend the user's config
1669
+
1670
+ ## [1.2.0-canary.8] - 2020-02-05
1671
+
1672
+ ### Added
1673
+
1674
+ - Add additional fixed-size line-height utilities
1675
+
1676
+ ## [1.2.0-canary.7] - 2020-02-04
1677
+
1678
+ ### Removed
1679
+
1680
+ - Remove Inter from font-sans, plan to add later under new class
1681
+
1682
+ ## [1.2.0-canary.6] - 2020-02-03
1683
+
1684
+ ### Added
1685
+
1686
+ - Add system-ui to default font stack
1687
+ - Add shadow-xs, increase shadow-sm alpha to 0.05
1688
+ - Support import syntax even without postcss-import
1689
+ - Alias tailwind bin to tailwindcss
1690
+ - Add fill/stroke to transition-colors
1691
+ - Add transition-shadow, add box-shadow to default transition
1692
+ - Combine gap/columnGap/rowGap
1693
+ - Add grid row utilities
1694
+ - Add skew utilities
1695
+
1696
+ ### Changed
1697
+
1698
+ - Use font-sans as default font
1699
+
1700
+ ## [1.2.0-canary.5] - 2020-01-08
1701
+
1702
+ ### Added
1703
+
1704
+ - Adds missing dependency `resolve` which is required for making config dependencies watchable
1705
+
1706
+ ## [1.2.0-canary.4] - 2020-01-08
1707
+
1708
+ ### Added
1709
+
1710
+ - CSS Transition support
1711
+ - CSS Transform support
1712
+ - CSS Grid support
1713
+ - New `max-w-{screen}` utilities
1714
+ - Added `max-w-none` utility
1715
+ - Added "Inter" to the default sans-serif font stack
1716
+ - Add `rounded-md` utility
1717
+ - Add `shadow-sm` utility
1718
+ - Added stroke-width utilities
1719
+ - Added additional display utilities for table elements
1720
+ - Added box-sizing utilities
1721
+ - Added clear utilities
1722
+ - Config file dependencies are now watchable
1723
+ - Allow plugins to extend the user's config
1724
+ - Add new `plugin` and `plugin.withOptions` APIs
1725
+
1726
+ ## [v1.2.0-canary.3] - 2020-01-08 [YANKED]
1727
+
1728
+ No release notes
1729
+
1730
+ ## [1.1.4] - 2019-11-25
1731
+
1732
+ ### Changed
1733
+
1734
+ - Note: Although this is a bugfix it could affect your site if you were working around the bug in your own code by not prefixing the `.group` class. I'm sorry 😞
1735
+
1736
+ ### Fixed
1737
+
1738
+ - Fixes a bug where the `.group` class was not receiving the user's configured prefix when using the `prefix` option
1739
+
1740
+ ## [1.2.0-canary.1] - 2019-10-22
1741
+
1742
+ ### Changed
1743
+
1744
+ - Don't watch `node_modules` files for changes
1745
+
1746
+ ### Fixed
1747
+
1748
+ - Fixes significant build performance regression in `v1.2.0-canary.0`
1749
+
1750
+ ## [1.1.3] - 2019-10-22
1751
+
1752
+ ### Fixed
1753
+
1754
+ - Fixes an issue where in some cases function properties in the user's `theme` config didn't receive the second utils argument
1755
+
1756
+ ## [1.2.0-canary.0] - 2019-10-14
1757
+
1758
+ ### Added
1759
+
1760
+ - Automatically watch all config file dependencies (plugins, design tokens imported from other files, etc.) for changes when build watcher is running
1761
+ - Add `justify-evenly` utility
1762
+
1763
+ ### Changed
1764
+
1765
+ - Allow plugins to add their own config file to be resolved with the user's custom config
1766
+
1767
+ ## [1.1.2] - 2019-08-14
1768
+
1769
+ ### Fixed
1770
+
1771
+ - Fixes a bug with horizontal rules where they were displayed with a 2px border instead of a 1px border
1772
+ - Fixes a bug with horizontal rules where they were rendered with default top/bottom margin
1773
+
1774
+ ## [1.1.1] - 2019-08-09
1775
+
1776
+ ### Fixed
1777
+
1778
+ - Fixes issue where values like `auto` would fail to make it through the default negative margin config
1779
+
1780
+ ## [1.1.0] - 2019-08-06
1781
+
1782
+ ### Added
1783
+
1784
+ - Added utilities for screenreader visibility
1785
+ - Added utilities for placeholder color
1786
+ - First, last, even, and odd child variants
1787
+ - Disabled variant
1788
+ - Visited variant
1789
+ - Increase utility specificity using a scope instead of !important
1790
+ - Add hover/focus variants for opacity by default
1791
+ - Added `border-double` utility
1792
+ - Support negative prefix for boxShadow and letterSpacing plugins
1793
+ - Support passing config path via object
1794
+
1795
+ ### Fixed
1796
+
1797
+ - Placeholders no longer have a default opacity
1798
+ - Make horizontal rules visible by default
1799
+ - Generate correct negative margins when using calc
1800
+
1801
+ ## [1.0.6] - 2019-08-01
1802
+
1803
+ ### Fixed
1804
+
1805
+ - Fixes issue where modifiers would mutate nested rules
1806
+
1807
+ ## [1.0.5] - 2019-07-11
1808
+
1809
+ ### Added
1810
+
1811
+ - Support built-in variants for utilities that include pseudo-elements
1812
+
1813
+ ### Changed
1814
+
1815
+ - Update several dependencies, including postcss-js which fixes an issue with using `!important` directly in Tailwind utility plugins
1816
+
1817
+ ## [1.0.4] - 2019-06-11
1818
+
1819
+ ### Changed
1820
+
1821
+ - Increase precision of percentage width values to avoid 1px rounding issues in grid layouts
1822
+
1823
+ ## [1.0.3] - 2019-06-01
1824
+
1825
+ ### Changed
1826
+
1827
+ - Throws an error when someone tries to use `@tailwind preflight` instead of `@tailwind base`, this is the source of many support requests
1828
+
1829
+ ## [1.0.2] - 2019-05-27
1830
+
1831
+ ### Fixed
1832
+
1833
+ - Fixes a bug where `@screen` rules weren't bubbled properly when nested in plugins
1834
+
1835
+ ## [1.0.1] - 2019-05-13
1836
+
1837
+ ### Fixed
1838
+
1839
+ - Fixes a bug where global variants weren't properly merged
1840
+
1841
+ ## [1.0.0] - 2019-05-13
1842
+
1843
+ No release notes
1844
+
1845
+ ## [1.0.0-beta.10] - 2019-05-12
1846
+
1847
+ ### Changed
1848
+
1849
+ - Use `9999` and `-9999` for `order-last` and `order-first` utilities respectively
1850
+
1851
+ ## [1.0.0-beta.9] - 2019-05-12
1852
+
1853
+ ### Added
1854
+
1855
+ - Add `bg-repeat-round` and `bg-repeat-space` utilities
1856
+ - Add `select-all` and `select-auto` utilities
1857
+
1858
+ ### Changed
1859
+
1860
+ - Make all utilities responsive by default
1861
+
1862
+ ## [1.0.0-beta.8] - 2019-04-28
1863
+
1864
+ ### Added
1865
+
1866
+ - Adds `responsive` variants for the new order utilities by default, should have been there all along
1867
+
1868
+ ## [1.0.0-beta.7] - 2019-04-27
1869
+
1870
+ ### Fixed
1871
+
1872
+ - Fixes a bug where you couldn't extend the margin config
1873
+
1874
+ ## [1.0.0-beta.6] - 2019-04-27
1875
+
1876
+ ### Added
1877
+
1878
+ - Added support for negative inset (`-top-6`, `-right-4`) and z-index (`-z-10`) utilities, using the same negative key syntax supported by the margin plugin
1879
+ - Add missing fractions as well as x/12 fractions to width scale
1880
+ - Add `order` utilities
1881
+ - Add `cursor-text` class by default
1882
+
1883
+ ### Changed
1884
+
1885
+ - Make it possible to access your fully merged config file in JS
1886
+
1887
+ ### Removed
1888
+
1889
+ - Removed `negativeMargin` plugin, now the regular `margin` plugin supports generating negative classes (like `-mx-6`) by using negative keys in the config, like `-6`
1890
+
1891
+ ## [1.0.0-beta.5] - 2019-04-18
1892
+
1893
+ ### Changed
1894
+
1895
+ - Make it possible to disable all core plugins using `corePlugins: false`
1896
+ - Make it possible to configure a single list of variants that applies to all utility plugins
1897
+ - Make it possible to safelist which core plugins should be enabled
1898
+
1899
+ ### Fixed
1900
+
1901
+ - Fix a bug where stroke and fill plugins didn't properly handle the next object syntax for color definitions
1902
+ - Fix a bug where you couldn't have comments near `@apply` directives
1903
+
1904
+ ## [1.0.0-beta.4] - 2019-03-29
1905
+
1906
+ ### Added
1907
+
1908
+ - Add the `container` key to the scaffolded config file when generated with `--full`
1909
+
1910
+ ### Changed
1911
+
1912
+ - Bumps node dependency to 8.9.0 so we can keep our default config file clean, 6.9.0 is EOL next month anyways
1913
+
1914
+ ### Removed
1915
+
1916
+ - Removes `SFMono-Regular` from the beginning of the default monospace font stack, it has no italic support and Menlo looks better anyways
1917
+
1918
+ ### Fixed
1919
+
1920
+ - Fixes an issue where the user's config object was being mutated during processing (only affects @bradlc 😅)
1921
+ - Fixes an issue where you couldn't use a closure to define theme sections under `extend`
1922
+
1923
+ ## [1.0.0-beta.3] - 2019-03-18
1924
+
1925
+ ### Added
1926
+
1927
+ - Support lazy evaluation in `theme.extend`
1928
+
1929
+ ### Changed
1930
+
1931
+ - Use lighter default border color
1932
+ - Revert #745 and use `bolder` for strong tags by default instead of `fontWeight.bold`
1933
+
1934
+ ## [1.0.0-beta.2] - 2019-03-17
1935
+
1936
+ ### Changed
1937
+
1938
+ - Closures in the `theme` section of the config file are now passed a `theme` function instead of an object
1939
+
1940
+ ### Fixed
1941
+
1942
+ - Fix issue where `@screen` didn't work at all 🙃
1943
+
1944
+ ## [1.0.0-beta.1] - 2019-03-17
1945
+
1946
+ ### Added
1947
+
1948
+ - New config file structure
1949
+ - New expanded default color palette
1950
+ - New default `maxWidth` scale
1951
+ - Added utilities for `list-style-type` and `list-style-position`
1952
+ - Added `break-all` utility
1953
+
1954
+ ### Changed
1955
+
1956
+ - `object-position` utilities are now customizable under `theme.objectPosition`
1957
+ - `cursor` utilities are now customizable under `theme.cursors`
1958
+ - `flex-grow/shrink` utilities are now customizable under `theme.flexGrow/flexShrink`
1959
+ - Default variant output position can be customized
1960
+ - Extended default line-height scale
1961
+ - Extended default letter-spacing scale
1962
+
1963
+ ## [0.7.4] - 2019-01-23
1964
+
1965
+ ### Changed
1966
+
1967
+ - Update our PostCSS related dependencies
1968
+
1969
+ ### Fixed
1970
+
1971
+ - Fix bug where class names containing a `.`character had the responsive prefix added in the wrong place
1972
+
1973
+ ## [0.7.3] - 2018-12-03
1974
+
1975
+ ### Changed
1976
+
1977
+ - Update Normalize to v8.0.1
1978
+
1979
+ ## [0.7.2] - 2018-11-05
1980
+
1981
+ ### Added
1982
+
1983
+ - Add `--no-autoprefixer` option to CLI `build` command
1984
+
1985
+ ## [0.7.1] - 2018-11-05
1986
+
1987
+ ### Changed
1988
+
1989
+ - Update autoprefixer dependency
1990
+
1991
+ ## [0.7.0] - 2018-10-31
1992
+
1993
+ ### Added
1994
+
1995
+ - Registering new variants from plugins
1996
+ - Variant order can be customized per module
1997
+ - Added focus-within variant
1998
+ - Fancy CLI updates
1999
+ - Option to generate config without comments
2000
+ - Make configured prefix optional when using @apply
2001
+ - Improve Flexbox behavior in IE 10/11
2002
+
2003
+ ### Changed
2004
+
2005
+ - Variant order in modules is now significant
2006
+ - Normalize.css updated to v8.0.0
2007
+ - Removed CSS fix for Chrome 62 button border radius change
2008
+
2009
+ ## [0.6.6] - 2018-09-21
2010
+
2011
+ ### Changed
2012
+
2013
+ - Promote `shadowLookup` from experiment to official feature
2014
+
2015
+ ## [0.6.5] - 2018-08-18
2016
+
2017
+ ### Fixed
2018
+
2019
+ - Fixes an issue where units were stripped from zero value properties
2020
+
2021
+ ## [0.6.4] - 2018-07-16
2022
+
2023
+ ### Fixed
2024
+
2025
+ - Fixes an issue where changes to your configuration file were ignored when using `webpack --watch`
2026
+
2027
+ ## [0.6.3] - 2018-07-11
2028
+
2029
+ ### Fixed
2030
+
2031
+ - Fixes an issue where `@tailwind utilities` generated no output
2032
+
2033
+ ## [0.6.2] - 2018-03-11
2034
+
2035
+ ### Added
2036
+
2037
+ - Added table layout utilities for styling tables
2038
+ - Configuration can now be passed as an object
2039
+ - Registering new variants from plugins (experimental)
2040
+ - Allow `@apply`-ing classes that aren't defined but would be generated (experimental)
2041
+
2042
+ ### Changed
2043
+
2044
+ - Default config file changes
2045
+
2046
+ ## [0.6.1] - 2018-06-22
2047
+
2048
+ ### Fixed
2049
+
2050
+ - Fix incorrect box-shadow syntax for the `.shadow-outline` utility 🤦‍♂️
2051
+
2052
+ ## [0.6.0] - 2018-06-21
2053
+
2054
+ ### Added
2055
+
2056
+ - Added border collapse utilities for styling tables
2057
+ - Added more axis-specific overflow utilities
2058
+ - Added `.outline-none` utility for suppressing focus styles
2059
+ - Added `.shadow-outline` utility as an alternative to default browser focus styles
2060
+ - Extended default padding, margin, negative margin, width, and height scales
2061
+ - Enable focus and hover variants for more modules by default
2062
+
2063
+ ### Changed
2064
+
2065
+ - Removed default `outline: none !important` styles from focusable but keyboard-inaccessible elements
2066
+ - Moved screen prefix for responsive `group-hover` variants
2067
+ - Default config file changes
2068
+
2069
+ ## [0.5.3] - 2018-05-07
2070
+
2071
+ ### Changed
2072
+
2073
+ - Improve sourcemaps for replaced styles like `preflight`
2074
+
2075
+ ### Fixed
2076
+
2077
+ - Fix bug where informational messages were being logged to stdout during build, preventing the ability to use Tailwind's output in Unix pipelines
2078
+
2079
+ ## [0.5.2] - 2018-03-29
2080
+
2081
+ ### Fixed
2082
+
2083
+ - Fixes an issue with a dependency that had a security vulnerability
2084
+
2085
+ ## [0.5.1] - 2018-03-13
2086
+
2087
+ ### Removed
2088
+
2089
+ - Reverts a change that renamed the `.roman` class to `.not-italic` due to the fact that it breaks compatibility with cssnext: [postcss/postcss-selector-not#10](https://github.com/postcss/postcss-selector-not/issues/10). We'll stick with `.roman` for now with a plan to switch to `.not-italic` in another breaking version should that issue get resolved in postcss-selector-not.
2090
+
2091
+ ## [0.5.0] - 2018-03-13
2092
+
2093
+ ### Added
2094
+
2095
+ - Plugin system
2096
+ - Added `.sticky position` utility
2097
+ - Added `.cursor-wait` and `.cursor-move` utilities
2098
+ - Added `.bg-auto` background size utility
2099
+ - Background sizes are now customizable
2100
+ - Support for active variants
2101
+ - Better postcss-import support
2102
+ - Configuration options for the `.container` component
2103
+
2104
+ ### Changed
2105
+
2106
+ - The `.container` component is now a built-in plugin
2107
+ - State variant precedence changes
2108
+ - New config file keys
2109
+ - `.overflow-x/y-scroll` now set `overflow: scroll` instead of `overflow: auto`
2110
+ - `.roman` renamed to `.not-italic`
2111
+
2112
+ ## [0.4.3] - 2018-03-13
2113
+
2114
+ ### Changed
2115
+
2116
+ - Use `global.Object` to avoid issues with polyfills when importing the Tailwind config into other JS
2117
+
2118
+ ## [0.4.2] - 2018-03-01
2119
+
2120
+ ### Added
2121
+
2122
+ - Add support for using a function to define class prefixes in addition to a simple string
2123
+
2124
+ ### Changed
2125
+
2126
+ - Improve the performance of @apply by using a lookup table instead of searching
2127
+
2128
+ ### Fixed
2129
+
2130
+ - Fix an issue where borders couldn't be applied to `img` tags without specifying a border style
2131
+
2132
+ ## [0.4.1] - 2018-01-22
2133
+
2134
+ ### Changed
2135
+
2136
+ - Make default sans-serif font stack more future proof and safe to use with CSS `font` shorthand
2137
+ - Replace stylefmt with Perfectionist to avoid weird stylelint conflicts
2138
+
2139
+ ## [0.4.0] - 2017-12-15
2140
+
2141
+ ### Added
2142
+
2143
+ - `@apply`'d classes can now be made `!important` explicitly
2144
+
2145
+ ### Changed
2146
+
2147
+ - `@apply` now strips `!important` from any mixed in classes
2148
+ - Default color palette tweaks
2149
+
2150
+ ## [0.3.0] - 2017-12-01
2151
+
2152
+ ### Added
2153
+
2154
+ - Enable/disable modules and control which variants are generated for each
2155
+ - Focus variants
2156
+ - Group hover variants
2157
+ - New `@variants` at-rule
2158
+ - Customize the separator character
2159
+ - Missing config keys now fallback to their default values
2160
+ - New utilities
2161
+
2162
+ ### Changed
2163
+
2164
+ - Lists now have no margins by default
2165
+ - `.pin` no longer sets width and height to 100%
2166
+ - SVG `fill` no longer defaults to currentColor
2167
+
2168
+ ## [0.2.2] - 2017-11-19
2169
+
2170
+ ### Fixed
2171
+
2172
+ - Fix issue with dist files not being published due to bug in latest npm
2173
+
2174
+ ## [0.2.1] - 2017-11-18
2175
+
2176
+ ### Fixed
2177
+
2178
+ - Fix overly specific border-radius reset for Chrome 62 button styles
2179
+
2180
+ ## [0.2.0] - 2017-11-17
2181
+
2182
+ ### Added
2183
+
2184
+ - Add a custom prefix to all utilities
2185
+ - Optionally make all utilities `!important`
2186
+ - Round element corners independently
2187
+ - Cascading border colors and styles
2188
+
2189
+ ### Changed
2190
+
2191
+ - `auto` is no longer a hard-coded margin value
2192
+ - The `defaultConfig` function is now a separate module
2193
+ - Rounded utilities now combine position and radius size
2194
+ - Border width utilities no longer affect border color/style
2195
+ - `@apply` is now very strict about what classes can be applied
2196
+ - Add `options` key to your config
2197
+ - Spacing, radius, and border width utility declaration order changes
2198
+
2199
+ ## [0.1.6] - 2017-11-09
2200
+
2201
+ ### Fixed
2202
+
2203
+ - Fix CDN files not being published to npm
2204
+
2205
+ ## [0.1.5] - 2017-11-08
2206
+
2207
+ ### Changed
2208
+
2209
+ - Apply the same default placeholder styling that's applied to inputs to textareas
2210
+
2211
+ ### Fixed
2212
+
2213
+ - Fix CLI tool not loading config files properly
2214
+
2215
+ ## [0.1.4] - 2017-11-06
2216
+
2217
+ ### Added
2218
+
2219
+ - Autoprefix dist assets for quick hacking and prototyping
2220
+ - Add `my-auto`, `mt-auto`, and `mb-auto` margin utilities
2221
+ - Add `sans-serif` to end of default `sans` font stack
2222
+
2223
+ ### Changed
2224
+
2225
+ - If using Webpack, it will now watch your config file changes
2226
+ - When running `tailwind init [filename]`, automatically append `.js` to filename if not present
2227
+ - Support default fallback value in `config(...)` function, ie. `config('colors.blue', #0000ff)`
2228
+ - Don't output empty media queries if Tailwind processes a file that doesn't use Tailwind
2229
+
2230
+ ### Fixed
2231
+
2232
+ - Move list utilities earlier in stylesheet to allow overriding with spacing utilities
2233
+
2234
+ ## [0.1.3] - 2017-11-02
2235
+
2236
+ ### Added
2237
+
2238
+ - Add new `.scrolling-touch` and `.scrolling-auto` utilities for controlling inertial scroll behavior on WebKit touch devices
2239
+ - Generate separate dist files for preflight, utilities, and tailwind for CDN usage
2240
+
2241
+ ## [0.1.2] - 2017-11-01
2242
+
2243
+ ### Changed
2244
+
2245
+ - Target Node 6.9.0 explicitly (instead of 8.6 implicitly) to support more users
2246
+
2247
+ ### Fixed
2248
+
2249
+ - Fix issue with config option not being respected in `tailwind build`
2250
+
2251
+ ## [0.1.1] - 2017-11-01
2252
+
2253
+ ### Fixed
2254
+
2255
+ - Fix `tailwind build` CLI command not writing output files
2256
+
2257
+ ## [0.1.0] - 2017-11-01
2258
+
2259
+ ### Added
2260
+
2261
+ - Everything!
2262
+
2263
+ [unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...HEAD
2264
+ [3.3.3]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...v3.3.3
2265
+ [3.3.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...v3.3.2
2266
+ [3.3.1]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.0...v3.3.1
2267
+ [3.3.0]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.7...v3.3.0
2268
+ [3.2.7]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.6...v3.2.7
2269
+ [3.2.6]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.5...v3.2.6
2270
+ [3.2.5]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.4...v3.2.5
2271
+ [3.2.4]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.3...v3.2.4
2272
+ [3.2.3]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.2...v3.2.3
2273
+ [3.2.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.1...v3.2.2
2274
+ [3.2.1]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.0...v3.2.1
2275
+ [3.2.0]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.8...v3.2.0
2276
+ [3.1.8]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.7...v3.1.8
2277
+ [3.1.7]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.6...v3.1.7
2278
+ [3.1.6]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.5...v3.1.6
2279
+ [3.1.5]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.4...v3.1.5
2280
+ [3.1.4]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.3...v3.1.4
2281
+ [3.1.3]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.2...v3.1.3
2282
+ [3.1.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.1...v3.1.2
2283
+ [3.1.1]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.0...v3.1.1
2284
+ [3.1.0]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.24...v3.1.0
2285
+ [3.0.24]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.23...v3.0.24
2286
+ [3.0.23]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.22...v3.0.23
2287
+ [3.0.22]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.21...v3.0.22
2288
+ [3.0.21]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.20...v3.0.21
2289
+ [3.0.20]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.19...v3.0.20
2290
+ [3.0.19]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.18...v3.0.19
2291
+ [3.0.18]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.17...v3.0.18
2292
+ [3.0.17]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.16...v3.0.17
2293
+ [3.0.16]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.15...v3.0.16
2294
+ [3.0.15]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.14...v3.0.15
2295
+ [3.0.14]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.13...v3.0.14
2296
+ [3.0.13]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.12...v3.0.13
2297
+ [3.0.12]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.11...v3.0.12
2298
+ [3.0.11]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.10...v3.0.11
2299
+ [3.0.10]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.9...v3.0.10
2300
+ [3.0.9]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.8...v3.0.9
2301
+ [3.0.8]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.7...v3.0.8
2302
+ [3.0.7]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.6...v3.0.7
2303
+ [3.0.6]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.5...v3.0.6
2304
+ [3.0.5]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.4...v3.0.5
2305
+ [3.0.4]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.3...v3.0.4
2306
+ [3.0.3]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.2...v3.0.3
2307
+ [3.0.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.1...v3.0.2
2308
+ [3.0.1]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.0...v3.0.1
2309
+ [3.0.0]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.0-alpha.2...v3.0.0
2310
+ [3.0.0-alpha.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
2311
+ [3.0.0-alpha.1]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.19...v3.0.0-alpha.1
2312
+ [2.2.19]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.18...v2.2.19
2313
+ [2.2.18]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.17...v2.2.18
2314
+ [2.2.17]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.16...v2.2.17
2315
+ [2.2.16]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.15...v2.2.16
2316
+ [2.2.15]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.14...v2.2.15
2317
+ [2.2.14]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.13...v2.2.14
2318
+ [2.2.13]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.12...v2.2.13
2319
+ [2.2.12]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.11...v2.2.12
2320
+ [2.2.11]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.10...v2.2.11
2321
+ [2.2.10]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.9...v2.2.10
2322
+ [2.2.9]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.8...v2.2.9
2323
+ [2.2.8]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.7...v2.2.8
2324
+ [2.2.7]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.6...v2.2.7
2325
+ [2.2.6]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.5...v2.2.6
2326
+ [2.2.5]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.4...v2.2.5
2327
+ [2.2.4]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.3...v2.2.4
2328
+ [2.2.3]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.2...v2.2.3
2329
+ [2.2.2]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.1...v2.2.2
2330
+ [2.2.1]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.0...v2.2.1
2331
+ [2.2.0]: https://github.com/tailwindlabs/tailwindcss/compare/v2.1.4...v2.2.0
2332
+ [2.1.4]: https://github.com/tailwindlabs/tailwindcss/compare/v2.1.3...v2.1.4
2333
+ [2.1.3]: https://github.com/tailwindlabs/tailwindcss/compare/v2.1.2...v2.1.3
2334
+ [2.1.2]: https://github.com/tailwindlabs/tailwindcss/compare/v2.1.1...v2.1.2
2335
+ [2.1.1]: https://github.com/tailwindlabs/tailwindcss/compare/v2.1.0...v2.1.1
2336
+ [2.1.0]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.4...v2.1.0
2337
+ [2.0.4]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.3...v2.0.4
2338
+ [2.0.3]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.2...v2.0.3
2339
+ [2.0.2]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.1...v2.0.2
2340
+ [2.0.1]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0...v2.0.1
2341
+ [2.0.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.6...v2.0.0
2342
+ [2.0.0-alpha.25]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.24...v2.0.0-alpha.25
2343
+ [2.0.0-alpha.24]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.23...v2.0.0-alpha.24
2344
+ [2.0.0-alpha.23]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.22...v2.0.0-alpha.23
2345
+ [2.0.0-alpha.22]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.21...v2.0.0-alpha.22
2346
+ [2.0.0-alpha.21]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.20...v2.0.0-alpha.21
2347
+ [2.0.0-alpha.20]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.19...v2.0.0-alpha.20
2348
+ [2.0.0-alpha.19]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.18...v2.0.0-alpha.19
2349
+ [2.0.0-alpha.18]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.17...v2.0.0-alpha.18
2350
+ [2.0.0-alpha.17]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.16...v2.0.0-alpha.17
2351
+ [2.0.0-alpha.16]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.15...v2.0.0-alpha.16
2352
+ [2.0.0-alpha.15]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.14...v2.0.0-alpha.15
2353
+ [2.0.0-alpha.14]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.13...v2.0.0-alpha.14
2354
+ [2.0.0-alpha.13]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.12...v2.0.0-alpha.13
2355
+ [2.0.0-alpha.12]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.11...v2.0.0-alpha.12
2356
+ [2.0.0-alpha.11]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.10...v2.0.0-alpha.11
2357
+ [2.0.0-alpha.10]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.9...v2.0.0-alpha.10
2358
+ [2.0.0-alpha.9]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.8...v2.0.0-alpha.9
2359
+ [2.0.0-alpha.8]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.7...v2.0.0-alpha.8
2360
+ [2.0.0-alpha.7]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.6...v2.0.0-alpha.7
2361
+ [2.0.0-alpha.6]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.5...v2.0.0-alpha.6
2362
+ [2.0.0-alpha.5]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.4...v2.0.0-alpha.5
2363
+ [2.0.0-alpha.4]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.3...v2.0.0-alpha.4
2364
+ [2.0.0-alpha.3]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.2...v2.0.0-alpha.3
2365
+ [2.0.0-alpha.2]: https://github.com/tailwindlabs/tailwindcss/compare/v2.0.0-alpha.1...v2.0.0-alpha.2
2366
+ [1.9.6]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.5...v1.9.6
2367
+ [2.0.0-alpha.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.5...v2.0.0-alpha.1
2368
+ [1.9.5]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.4...v1.9.5
2369
+ [1.9.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.3...v1.9.4
2370
+ [1.9.3]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.3
2371
+ [1.9.2]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.1...v1.9.2
2372
+ [1.9.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.0...v1.9.1
2373
+ [1.9.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.13...v1.9.0
2374
+ [1.8.13]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.12...v1.8.13
2375
+ [1.8.12]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.11...v1.8.12
2376
+ [1.8.11]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.10...v1.8.11
2377
+ [1.8.10]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.9...v1.8.10
2378
+ [1.8.9]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.8...v1.8.9
2379
+ [1.8.8]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.7...v1.8.8
2380
+ [1.8.7]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.6...v1.8.7
2381
+ [1.8.6]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.5...v1.8.6
2382
+ [1.8.5]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.4...v1.8.5
2383
+ [1.8.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.3...v1.8.4
2384
+ [1.8.3]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.2...v1.8.3
2385
+ [1.8.2]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.1...v1.8.2
2386
+ [1.8.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.8.0...v1.8.1
2387
+ [1.8.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.6...v1.8.0
2388
+ [1.7.6]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.5...v1.7.6
2389
+ [1.7.5]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.4...v1.7.5
2390
+ [1.7.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.3...v1.7.4
2391
+ [1.7.3]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.2...v1.7.3
2392
+ [1.7.2]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.1...v1.7.2
2393
+ [1.7.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.0...v1.7.1
2394
+ [1.7.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.6.3...v1.7.0
2395
+ [1.6.3]: https://github.com/tailwindlabs/tailwindcss/compare/v1.6.2...v1.6.3
2396
+ [1.6.2]: https://github.com/tailwindlabs/tailwindcss/compare/v1.6.1...v1.6.2
2397
+ [1.6.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.6.0...v1.6.1
2398
+ [1.6.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.5.2...v1.6.0
2399
+ [1.5.2]: https://github.com/tailwindlabs/tailwindcss/compare/v1.5.1...v1.5.2
2400
+ [1.5.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.5.0...v1.5.1
2401
+ [1.5.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.4.6...v1.5.0
2402
+ [1.4.6]: https://github.com/tailwindlabs/tailwindcss/compare/v1.4.5...v1.4.6
2403
+ [1.4.5]: https://github.com/tailwindlabs/tailwindcss/compare/v1.4.4...v1.4.5
2404
+ [1.4.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.4.3...v1.4.4
2405
+ [1.4.3]: https://github.com/tailwindlabs/tailwindcss/compare/v1.4.2...v1.4.3
2406
+ [1.4.2]: https://github.com/tailwindlabs/tailwindcss/compare/v1.4.1...v1.4.2
2407
+ [1.4.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.4.0...v1.4.1
2408
+ [1.4.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.3.5...v1.4.0
2409
+ [1.3.5]: https://github.com/tailwindlabs/tailwindcss/compare/v1.3.4...v1.3.5
2410
+ [1.3.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.3.3...v1.3.4
2411
+ [1.3.3]: https://github.com/tailwindlabs/tailwindcss/compare/v1.3.1...v1.3.3
2412
+ [1.3.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.3.0...v1.3.1
2413
+ [1.3.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.2.0...v1.3.0
2414
+ [1.2.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.1.4...v1.2.0
2415
+ [1.2.0-canary.8]: https://github.com/tailwindlabs/tailwindcss/compare/v1.2.0-canary.7...v1.2.0-canary.8
2416
+ [1.2.0-canary.7]: https://github.com/tailwindlabs/tailwindcss/compare/v1.2.0-canary.6...v1.2.0-canary.7
2417
+ [1.2.0-canary.6]: https://github.com/tailwindlabs/tailwindcss/compare/v1.2.0-canary.5...v1.2.0-canary.6
2418
+ [1.2.0-canary.5]: https://github.com/tailwindlabs/tailwindcss/compare/v1.2.0-canary.4...v1.2.0-canary.5
2419
+ [1.2.0-canary.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.2.0-canary.3...v1.2.0-canary.4
2420
+ [1.1.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.1.3...v1.1.4
2421
+ [1.2.0-canary.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.2.0-canary.0...v1.2.0-canary.1
2422
+ [1.1.3]: https://github.com/tailwindlabs/tailwindcss/compare/v1.1.2...v1.1.3
2423
+ [1.2.0-canary.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.1.2...v1.2.0-canary.0
2424
+ [1.1.2]: https://github.com/tailwindlabs/tailwindcss/compare/v1.1.1...v1.1.2
2425
+ [1.1.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.1.0...v1.1.1
2426
+ [1.1.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.6...v1.1.0
2427
+ [1.0.6]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.5...v1.0.6
2428
+ [1.0.5]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.4...v1.0.5
2429
+ [1.0.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.3...v1.0.4
2430
+ [1.0.3]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.2...v1.0.3
2431
+ [1.0.2]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.1...v1.0.2
2432
+ [1.0.1]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0...v1.0.1
2433
+ [1.0.0]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0-beta.10...v1.0.0
2434
+ [1.0.0-beta.10]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0-beta.9...v1.0.0-beta.10
2435
+ [1.0.0-beta.9]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0-beta.8...v1.0.0-beta.9
2436
+ [1.0.0-beta.8]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0-beta.7...v1.0.0-beta.8
2437
+ [1.0.0-beta.7]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0-beta.6...v1.0.0-beta.7
2438
+ [1.0.0-beta.6]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0-beta.5...v1.0.0-beta.6
2439
+ [1.0.0-beta.5]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0-beta.4...v1.0.0-beta.5
2440
+ [1.0.0-beta.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0-beta.3...v1.0.0-beta.4
2441
+ [1.0.0-beta.3]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0-beta.2...v1.0.0-beta.3
2442
+ [1.0.0-beta.2]: https://github.com/tailwindlabs/tailwindcss/compare/v1.0.0-beta.1...v1.0.0-beta.2
2443
+ [1.0.0-beta.1]: https://github.com/tailwindlabs/tailwindcss/compare/v0.7.4...v1.0.0-beta.1
2444
+ [0.7.4]: https://github.com/tailwindlabs/tailwindcss/compare/v0.7.3...v0.7.4
2445
+ [0.7.3]: https://github.com/tailwindlabs/tailwindcss/compare/v0.7.2...v0.7.3
2446
+ [0.7.2]: https://github.com/tailwindlabs/tailwindcss/compare/v0.7.1...v0.7.2
2447
+ [0.7.1]: https://github.com/tailwindlabs/tailwindcss/compare/v0.7.0...v0.7.1
2448
+ [0.7.0]: https://github.com/tailwindlabs/tailwindcss/compare/v0.6.6...v0.7.0
2449
+ [0.6.6]: https://github.com/tailwindlabs/tailwindcss/compare/v0.6.5...v0.6.6
2450
+ [0.6.5]: https://github.com/tailwindlabs/tailwindcss/compare/v0.6.4...v0.6.5
2451
+ [0.6.4]: https://github.com/tailwindlabs/tailwindcss/compare/v0.6.3...v0.6.4
2452
+ [0.6.3]: https://github.com/tailwindlabs/tailwindcss/compare/v0.6.2...v0.6.3
2453
+ [0.6.2]: https://github.com/tailwindlabs/tailwindcss/compare/v0.6.1...v0.6.2
2454
+ [0.6.1]: https://github.com/tailwindlabs/tailwindcss/compare/v0.6.0...v0.6.1
2455
+ [0.6.0]: https://github.com/tailwindlabs/tailwindcss/compare/v0.5.3...v0.6.0
2456
+ [0.5.3]: https://github.com/tailwindlabs/tailwindcss/compare/v0.5.2...v0.5.3
2457
+ [0.5.2]: https://github.com/tailwindlabs/tailwindcss/compare/v0.5.1...v0.5.2
2458
+ [0.5.1]: https://github.com/tailwindlabs/tailwindcss/compare/v0.5.0...v0.5.1
2459
+ [0.5.0]: https://github.com/tailwindlabs/tailwindcss/compare/v0.4.3...v0.5.0
2460
+ [0.4.3]: https://github.com/tailwindlabs/tailwindcss/compare/v0.4.2...v0.4.3
2461
+ [0.4.2]: https://github.com/tailwindlabs/tailwindcss/compare/v0.4.1...v0.4.2
2462
+ [0.4.1]: https://github.com/tailwindlabs/tailwindcss/compare/v0.4.0...v0.4.1
2463
+ [0.4.0]: https://github.com/tailwindlabs/tailwindcss/compare/v0.3.0...v0.4.0
2464
+ [0.3.0]: https://github.com/tailwindlabs/tailwindcss/compare/v0.2.2...v0.3.0
2465
+ [0.2.2]: https://github.com/tailwindlabs/tailwindcss/compare/v0.2.1...v0.2.2
2466
+ [0.2.1]: https://github.com/tailwindlabs/tailwindcss/compare/v0.2.0...v0.2.1
2467
+ [0.2.0]: https://github.com/tailwindlabs/tailwindcss/compare/v0.1.6...v0.2.0
2468
+ [0.1.6]: https://github.com/tailwindlabs/tailwindcss/compare/v0.1.5...v0.1.6
2469
+ [0.1.5]: https://github.com/tailwindlabs/tailwindcss/compare/v0.1.4...v0.1.5
2470
+ [0.1.4]: https://github.com/tailwindlabs/tailwindcss/compare/v0.1.3...v0.1.4
2471
+ [0.1.3]: https://github.com/tailwindlabs/tailwindcss/compare/v0.1.2...v0.1.3
2472
+ [0.1.2]: https://github.com/tailwindlabs/tailwindcss/compare/v0.1.1...v0.1.2
2473
+ [0.1.1]: https://github.com/tailwindlabs/tailwindcss/compare/v0.1.0...v0.1.1
2474
+ [0.1.0]: https://github.com/tailwindlabs/tailwindcss/releases/tag/v0.1.0