This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss)) | devDependencies | major | [`^2.2.7` -> `^3.0.0`](https://renovatebot.com/diffs/npm/tailwindcss/2.2.7/3.0.24) |
---
### Release Notes
<details>
<summary>tailwindlabs/tailwindcss</summary>
### [`v3.0.24`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3024---2022-05-12)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.23...v3.0.24)
##### Fixed
- Prevent nesting plugin from breaking other plugins ([#​7563](https://github.com/tailwindlabs/tailwindcss/pull/7563))
- Recursively collapse adjacent rules ([#​7565](https://github.com/tailwindlabs/tailwindcss/pull/7565))
- Preserve source maps for generated CSS ([#​7588](https://github.com/tailwindlabs/tailwindcss/pull/7588))
- Split box shadows on top-level commas only ([#​7479](https://github.com/tailwindlabs/tailwindcss/pull/7479))
- Use local user CSS cache for `@apply` ([#​7524](https://github.com/tailwindlabs/tailwindcss/pull/7524))
- Invalidate context when main CSS changes ([#​7626](https://github.com/tailwindlabs/tailwindcss/pull/7626))
- Only add `!` to selector class matching template candidate when using important modifier with mutli-class selectors ([#​7664](https://github.com/tailwindlabs/tailwindcss/pull/7664))
- Correctly parse and prefix animation names with dots ([#​7163](https://github.com/tailwindlabs/tailwindcss/pull/7163))
- Fix extraction from template literal/function with array ([#​7481](https://github.com/tailwindlabs/tailwindcss/pull/7481))
- Don't output unparsable arbitrary values ([#​7789](https://github.com/tailwindlabs/tailwindcss/pull/7789))
- Fix generation of `div:not(.foo)` if `.foo` is never defined ([#​7815](https://github.com/tailwindlabs/tailwindcss/pull/7815))
- Allow for custom properties in `rgb`, `rgba`, `hsl` and `hsla` colors ([#​7933](https://github.com/tailwindlabs/tailwindcss/pull/7933))
- 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))
- Ensure the `percentage` data type is validated correctly ([#​8015](https://github.com/tailwindlabs/tailwindcss/pull/8015))
##### Changed
- Replace `chalk` with `picocolors` ([#​6039](https://github.com/tailwindlabs/tailwindcss/pull/6039))
- Replace `cosmiconfig` with `lilconfig` ([#​6039](https://github.com/tailwindlabs/tailwindcss/pull/6038))
- Update `cssnano` to avoid removing empty variables when minifying ([#​7818](https://github.com/tailwindlabs/tailwindcss/pull/7818))
### [`v3.0.23`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3023---2022-02-16)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.22...v3.0.23)
##### Fixed
- Remove opacity variables from `:visited` pseudo class ([#​7458](https://github.com/tailwindlabs/tailwindcss/pull/7458))
- Support arbitrary values + calc + theme with quotes ([#​7462](https://github.com/tailwindlabs/tailwindcss/pull/7462))
- Don't duplicate layer output when scanning content with variants + wildcards ([#​7478](https://github.com/tailwindlabs/tailwindcss/pull/7478))
- Implement `getClassOrder` instead of `sortClassList` ([#​7459](https://github.com/tailwindlabs/tailwindcss/pull/7459))
### [`v3.0.22`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3022---2022-02-11)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.21...v3.0.22)
##### Fixed
- Temporarily move `postcss` to dependencies ([#​7424](https://github.com/tailwindlabs/tailwindcss/pull/7424))
### [`v3.0.21`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3021---2022-02-10)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.20...v3.0.21)
##### Fixed
- Move prettier plugin to dev dependencies ([#​7418](https://github.com/tailwindlabs/tailwindcss/pull/7418))
### [`v3.0.20`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3020---2022-02-10)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.19...v3.0.20)
##### Added
- Expose `context.sortClassList(classes)` ([#​7412](https://github.com/tailwindlabs/tailwindcss/pull/7412))
### [`v3.0.19`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3019---2022-02-07)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.18...v3.0.19)
##### Fixed
- Fix preflight border color fallback ([#​7288](https://github.com/tailwindlabs/tailwindcss/pull/7288))
- Correctly parse shadow lengths without a leading zero ([#​7289](https://github.com/tailwindlabs/tailwindcss/pull/7289))
- Don't crash when scanning extremely long class candidates ([#​7331](https://github.com/tailwindlabs/tailwindcss/pull/7331))
- Use less hacky fix for URLs detected as custom properties ([#​7275](https://github.com/tailwindlabs/tailwindcss/pull/7275))
- Correctly generate negative utilities when dash is before the prefix ([#​7295](https://github.com/tailwindlabs/tailwindcss/pull/7295))
- Detect prefixed negative utilities in the safelist ([#​7295](https://github.com/tailwindlabs/tailwindcss/pull/7295))
### [`v3.0.18`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3018---2022-01-28)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.17...v3.0.18)
##### Fixed
- Fix `@apply` order regression (in `addComponents`, `addUtilities`, ...) ([#​7232](https://github.com/tailwindlabs/tailwindcss/pull/7232))
- Quick fix for incorrect arbitrary properties when using URLs ([#​7252](https://github.com/tailwindlabs/tailwindcss/pull/7252))
### [`v3.0.17`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3017---2022-01-26)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.16...v3.0.17)
##### Fixed
- Remove false positive warning in CLI when using the `--content` option ([#​7220](https://github.com/tailwindlabs/tailwindcss/pull/7220))
### [`v3.0.16`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3016---2022-01-24)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.15...v3.0.16)
##### Fixed
- Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) ([#​7080](https://github.com/tailwindlabs/tailwindcss/pull/7080))
- Improve various warnings ([#​7118](https://github.com/tailwindlabs/tailwindcss/pull/7118))
- Fix grammatical mistake ([cca5a38](https://github.com/tailwindlabs/tailwindcss/commit/cca5a3804e1d3ee0214491921e1aec35bf62a813))
### [`v3.0.15`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3015---2022-01-15)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.14...v3.0.15)
##### Fixed
- Temporarily remove optional chaining in nesting plugin ([#​7077](https://github.com/tailwindlabs/tailwindcss/pull/7077))
### [`v3.0.14`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3014---2022-01-14)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.13...v3.0.14)
##### Added
- Show warnings for invalid content config ([#​7065](https://github.com/tailwindlabs/tailwindcss/pull/7065))
##### Fixed
- Only emit utility/component variants when those layers exist ([#​7066](https://github.com/tailwindlabs/tailwindcss/pull/7066))
- Ensure nesting plugins can receive options ([#​7016](https://github.com/tailwindlabs/tailwindcss/pull/7016))
### [`v3.0.13`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3013---2022-01-11)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.12...v3.0.13)
##### Fixed
- Fix consecutive builds with at apply producing different CSS ([#​6999](https://github.com/tailwindlabs/tailwindcss/pull/6999))
### [`v3.0.12`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3012---2022-01-07)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.11...v3.0.12)
##### Fixed
- Allow use of falsy values in theme config ([#​6917](https://github.com/tailwindlabs/tailwindcss/pull/6917))
- Ensure we can apply classes that are grouped with non-class selectors ([#​6922](https://github.com/tailwindlabs/tailwindcss/pull/6922))
- Improve standalone CLI compatibility on Linux by switching to the `linuxstatic` build target ([#​6914](https://github.com/tailwindlabs/tailwindcss/pull/6914))
- Ensure `@apply` works consistently with or without `@layer` ([#​6938](https://github.com/tailwindlabs/tailwindcss/pull/6938))
- Only emit defaults when using base layer ([#​6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
- Emit plugin defaults regardless of usage ([#​6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
- Move default border color back to preflight ([#​6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
- Change `experimental.optimizeUniversalDefaults` to only work with `@tailwind base` ([#​6926](https://github.com/tailwindlabs/tailwindcss/pull/6926))
### [`v3.0.11`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3011---2022-01-05)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.10...v3.0.11)
##### Fixed
- Preserve casing of CSS variables added by plugins ([#​6888](https://github.com/tailwindlabs/tailwindcss/pull/6888))
- Ignore content paths that are passed in but don't actually exist ([#​6901](https://github.com/tailwindlabs/tailwindcss/pull/6901))
- Revert change that applies Tailwind's defaults in isolated environments like CSS modules ([9fdc391](https://github.com/tailwindlabs/tailwindcss/commit/9fdc391d4ff93e7e350f5ce439060176b1f0162f))
### [`v3.0.10`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3010---2022-01-04)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.9...v3.0.10)
##### Fixed
- Fix `@apply` in files without `@tailwind` directives ([#​6580](https://github.com/tailwindlabs/tailwindcss/pull/6580), [#​6875](https://github.com/tailwindlabs/tailwindcss/pull/6875))
- CLI: avoid unnecessary writes to output files ([#​6550](https://github.com/tailwindlabs/tailwindcss/pull/6550))
##### Added
- Allow piping data into the CLI ([#​6876](https://github.com/tailwindlabs/tailwindcss/pull/6876))
### [`v3.0.9`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​309---2022-01-03)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.8...v3.0.9)
##### Fixed
- Improve `DEBUG` flag ([#​6797](https://github.com/tailwindlabs/tailwindcss/pull/6797), [#​6804](https://github.com/tailwindlabs/tailwindcss/pull/6804))
- Ensure we can use `<` and `>` characters in modifiers ([#​6851](https://github.com/tailwindlabs/tailwindcss/pull/6851))
- Validate `theme()` works in arbitrary values ([#​6852](https://github.com/tailwindlabs/tailwindcss/pull/6852))
- Properly detect `theme()` value usage in arbitrary properties ([#​6854](https://github.com/tailwindlabs/tailwindcss/pull/6854))
- Improve collapsing of duplicate declarations ([#​6856](https://github.com/tailwindlabs/tailwindcss/pull/6856))
- Remove support for `TAILWIND_MODE=watch` ([#​6858](https://github.com/tailwindlabs/tailwindcss/pull/6858))
### [`v3.0.8`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​308---2021-12-28)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.7...v3.0.8)
##### Fixed
- Reduce specificity of `abbr` rule in preflight ([#​6671](https://github.com/tailwindlabs/tailwindcss/pull/6671))
- Support HSL with hue units in arbitrary values ([#​6726](https://github.com/tailwindlabs/tailwindcss/pull/6726))
- Add `node16-linux-arm64` target for standalone CLI ([#​6693](https://github.com/tailwindlabs/tailwindcss/pull/6693))
### [`v3.0.7`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​307---2021-12-17)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.6...v3.0.7)
##### Fixed
- Don't mutate custom color palette when overriding per-plugin colors ([#​6546](https://github.com/tailwindlabs/tailwindcss/pull/6546))
- Improve circular dependency detection when using `@apply` ([#​6588](https://github.com/tailwindlabs/tailwindcss/pull/6588))
- Only generate variants for non-`user` layers ([#​6589](https://github.com/tailwindlabs/tailwindcss/pull/6589))
- Properly extract classes with arbitrary values in arrays and classes followed by escaped quotes ([#​6590](https://github.com/tailwindlabs/tailwindcss/pull/6590))
- Improve jsx interpolation candidate matching ([#​6593](https://github.com/tailwindlabs/tailwindcss/pull/6593))
- Ensure `@apply` of a rule inside an AtRule works ([#​6594](https://github.com/tailwindlabs/tailwindcss/pull/6594))
### [`v3.0.6`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​306---2021-12-16)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.5...v3.0.6)
##### Fixed
- Support square bracket notation in paths ([#​6519](https://github.com/tailwindlabs/tailwindcss/pull/6519))
- Ensure all plugins are executed for a given candidate ([#​6540](https://github.com/tailwindlabs/tailwindcss/pull/6540))
### [`v3.0.5`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​305---2021-12-15)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.4...v3.0.5)
##### Fixed
- Revert: add `li` to list-style reset ([9777562d](https://github.com/tailwindlabs/tailwindcss/commit/9777562da37ee631bbf77374c0d14825f09ef9af))
### [`v3.0.4`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​304---2021-12-15)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.3...v3.0.4)
##### Fixed
- Insert always-on defaults layer in correct spot ([#​6526](https://github.com/tailwindlabs/tailwindcss/pull/6526))
### [`v3.0.3`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​303---2021-12-15)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.2...v3.0.3)
##### Added
- Warn about invalid globs in `content` ([#​6449](https://github.com/tailwindlabs/tailwindcss/pull/6449))
- Add standalone tailwindcss CLI ([#​6506](https://github.com/tailwindlabs/tailwindcss/pull/6506))
- Add `li` to list-style reset ([00f60e6](https://github.com/tailwindlabs/tailwindcss/commit/00f60e61013c6e4e3419e4b699371a13eb30b75d))
##### Fixed
- Don't output unparsable values ([#​6469](https://github.com/tailwindlabs/tailwindcss/pull/6469))
- 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))
- Move defaults to their own always-on layer ([#​6500](https://github.com/tailwindlabs/tailwindcss/pull/6500))
- Support negative values in safelist patterns ([#​6480](https://github.com/tailwindlabs/tailwindcss/pull/6480))
### [`v3.0.2`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3024---2022-05-12)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.1...v3.0.2)
##### Fixed
- Prevent nesting plugin from breaking other plugins ([#​7563](https://github.com/tailwindlabs/tailwindcss/pull/7563))
- Recursively collapse adjacent rules ([#​7565](https://github.com/tailwindlabs/tailwindcss/pull/7565))
- Preserve source maps for generated CSS ([#​7588](https://github.com/tailwindlabs/tailwindcss/pull/7588))
- Split box shadows on top-level commas only ([#​7479](https://github.com/tailwindlabs/tailwindcss/pull/7479))
- Use local user CSS cache for `@apply` ([#​7524](https://github.com/tailwindlabs/tailwindcss/pull/7524))
- Invalidate context when main CSS changes ([#​7626](https://github.com/tailwindlabs/tailwindcss/pull/7626))
- Only add `!` to selector class matching template candidate when using important modifier with mutli-class selectors ([#​7664](https://github.com/tailwindlabs/tailwindcss/pull/7664))
- Correctly parse and prefix animation names with dots ([#​7163](https://github.com/tailwindlabs/tailwindcss/pull/7163))
- Fix extraction from template literal/function with array ([#​7481](https://github.com/tailwindlabs/tailwindcss/pull/7481))
- Don't output unparsable arbitrary values ([#​7789](https://github.com/tailwindlabs/tailwindcss/pull/7789))
- Fix generation of `div:not(.foo)` if `.foo` is never defined ([#​7815](https://github.com/tailwindlabs/tailwindcss/pull/7815))
- Allow for custom properties in `rgb`, `rgba`, `hsl` and `hsla` colors ([#​7933](https://github.com/tailwindlabs/tailwindcss/pull/7933))
- 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))
- Ensure the `percentage` data type is validated correctly ([#​8015](https://github.com/tailwindlabs/tailwindcss/pull/8015))
##### Changed
- Replace `chalk` with `picocolors` ([#​6039](https://github.com/tailwindlabs/tailwindcss/pull/6039))
- Replace `cosmiconfig` with `lilconfig` ([#​6039](https://github.com/tailwindlabs/tailwindcss/pull/6038))
- Update `cssnano` to avoid removing empty variables when minifying ([#​7818](https://github.com/tailwindlabs/tailwindcss/pull/7818))
### [`v3.0.1`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​3019---2022-02-07)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.0...v3.0.1)
##### Fixed
- Fix preflight border color fallback ([#​7288](https://github.com/tailwindlabs/tailwindcss/pull/7288))
- Correctly parse shadow lengths without a leading zero ([#​7289](https://github.com/tailwindlabs/tailwindcss/pull/7289))
- Don't crash when scanning extremely long class candidates ([#​7331](https://github.com/tailwindlabs/tailwindcss/pull/7331))
- Use less hacky fix for URLs detected as custom properties ([#​7275](https://github.com/tailwindlabs/tailwindcss/pull/7275))
- Correctly generate negative utilities when dash is before the prefix ([#​7295](https://github.com/tailwindlabs/tailwindcss/pull/7295))
- Detect prefixed negative utilities in the safelist ([#​7295](https://github.com/tailwindlabs/tailwindcss/pull/7295))
### [`v3.0.0`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​300---2021-12-09)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.19...v3.0.0)
##### Fixed
- Enforce the order of some variants (like `before` and `after`) ([#​6018](https://github.com/tailwindlabs/tailwindcss/pull/6018))
##### Added
- Add `placeholder` variant ([#​6106](https://github.com/tailwindlabs/tailwindcss/pull/6106))
- Add composable `touch-action` utilities ([#​6115](https://github.com/tailwindlabs/tailwindcss/pull/6115))
- Add support for "arbitrary properties" ([#​6161](https://github.com/tailwindlabs/tailwindcss/pull/6161))
- Add `portrait` and `landscape` variants ([#​6046](https://github.com/tailwindlabs/tailwindcss/pull/6046))
- Add `text-decoration-style`, `text-decoration-thickness`, and `text-underline-offset` utilities ([#​6004](https://github.com/tailwindlabs/tailwindcss/pull/6004))
- Add `menu` reset to preflight ([#​6213](https://github.com/tailwindlabs/tailwindcss/pull/6213))
- Allow `0` as a valid `length` value ([#​6233](https://github.com/tailwindlabs/tailwindcss/pull/6233), [#​6259](https://github.com/tailwindlabs/tailwindcss/pull/6259))
- Add CSS functions to data types ([#​6258](https://github.com/tailwindlabs/tailwindcss/pull/6258))
- Support negative values for `scale-*` utilities ([c48e629](https://github.com/tailwindlabs/tailwindcss/commit/c48e629955585ad18dadba9f470fda59cc448ab7))
- Improve `length` data type, by validating each value individually ([#​6283](https://github.com/tailwindlabs/tailwindcss/pull/6283))
##### Changed
- 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))
### [`v2.2.19`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​2219---2021-10-29)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.18...v2.2.19)
##### Fixed
- Ensure `corePlugins` order is consisent in AOT mode ([#​5928](https://github.com/tailwindlabs/tailwindcss/pull/5928))
### [`v2.2.18`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​2218---2021-10-29)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.17...v2.2.18)
##### Fixed
- Bump versions for security vulnerabilities ([#​5924](https://github.com/tailwindlabs/tailwindcss/pull/5924))
### [`v2.2.17`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​2217---2021-10-13)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.16...v2.2.17)
##### Fixed
- Configure chokidar's `awaitWriteFinish` setting to avoid occasional stale builds on Windows ([#​5758](https://github.com/tailwindlabs/tailwindcss/pull/5758))
### [`v2.2.16`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​2216---2021-09-26)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.15...v2.2.16)
##### Fixed
- JIT: Properly handle animations that use CSS custom properties ([#​5602](https://github.com/tailwindlabs/tailwindcss/pull/5602))
### [`v2.2.15`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​2215---2021-09-10)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.14...v2.2.15)
##### Fixed
- Ensure using CLI without `-i` for input file continues to work even though deprecated ([#​5464](https://github.com/tailwindlabs/tailwindcss/pull/5464))
### [`v2.2.14`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​2214---2021-09-08)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.13...v2.2.14)
##### Fixed
- 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))
### [`v2.2.13`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​2213---2021-09-08)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.12...v2.2.13)
##### Fixed
- Replace `clean-css` with `cssnano` for CDN builds to fix minified builds ([75cc3ca](https://github.com/tailwindlabs/tailwindcss/commit/75cc3ca305aedddc8a85f3df1a420fefad3fb5c4))
### [`v2.2.12`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​2212---2021-09-08)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.11...v2.2.12)
##### Fixed
- Ensure that divide utilities inject a default border color ([#​5438](https://github.com/tailwindlabs/tailwindcss/pull/5438))
### [`v2.2.11`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​2211---2021-09-07)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.10...v2.2.11)
##### Fixed
- Rebundle to fix missing CLI peer dependencies
### [`v2.2.10`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​2210---2021-09-06)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.9...v2.2.10)
##### Fixed
- Fix build error when using `presets: []` in config file ([#​4903](https://github.com/tailwindlabs/tailwindcss/pull/4903))
##### Added
- Reintroduce universal selector optimizations under experimental `optimizeUniversalDefaults` flag ([a9e160c](https://github.com/tailwindlabs/tailwindcss/commit/a9e160cf9acb75a2bbac34f8864568b12940f89a))
### [`v2.2.9`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​229---2021-08-30)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.8...v2.2.9)
##### Fixed
- JIT: Fix `@apply`ing utilities that contain variants + the important modifier ([#​4854](https://github.com/tailwindlabs/tailwindcss/pull/4854))
- JIT: Don't strip "null" when parsing tracked file paths ([#​5008](https://github.com/tailwindlabs/tailwindcss/pull/5008))
- Pin `clean-css` to v5.1.4 to fix empty CSS variables in CDN builds ([#​5338](https://github.com/tailwindlabs/tailwindcss/pull/5338))
### [`v2.2.8`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​228---2021-08-27)
[Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.7...v2.2.8)
##### Fixed
- Improve accessibility of default link focus styles in Firefox ([#​5082](https://github.com/tailwindlabs/tailwindcss/pull/5082))
- JIT: Fix animation variants corrupting keyframes rules ([#​5223](https://github.com/tailwindlabs/tailwindcss/pull/5223))
- JIT: Ignore escaped commas when splitting selectors to apply prefixes ([#​5239](https://github.com/tailwindlabs/tailwindcss/pull/5239/))
- Nesting: Maintain PostCSS node sources when handling `@apply` ([#​5249](https://github.com/tailwindlabs/tailwindcss/pull/5249))
- JIT: Fix support for animation lists ([#​5252](https://github.com/tailwindlabs/tailwindcss/pull/5252))
- JIT: Fix arbitrary value support for `object-position` utilities ([#​5245](https://github.com/tailwindlabs/tailwindcss/pull/5245))
- CLI: Abort watcher if stdin is closed to avoid zombie processes ([#​4997](https://github.com/tailwindlabs/tailwindcss/pull/4997))
- JIT: Ignore arbitrary values with unbalanced brackets ([#​5293](https://github.com/tailwindlabs/tailwindcss/pull/5293))
</details>
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
^2.2.7->^3.0.0Release Notes
tailwindlabs/tailwindcss
v3.0.24Compare Source
Fixed
@apply(#7524)!to selector class matching template candidate when using important modifier with mutli-class selectors (#7664)div:not(.foo)if.foois never defined (#7815)rgb,rgba,hslandhslacolors (#7933)percentagedata type is validated correctly (#8015)Changed
chalkwithpicocolors(#6039)cosmiconfigwithlilconfig(#6039)cssnanoto avoid removing empty variables when minifying (#7818)v3.0.23Compare Source
Fixed
:visitedpseudo class (#7458)getClassOrderinstead ofsortClassList(#7459)v3.0.22Compare Source
Fixed
postcssto dependencies (#7424)v3.0.21Compare Source
Fixed
v3.0.20Compare Source
Added
context.sortClassList(classes)(#7412)v3.0.19Compare Source
Fixed
v3.0.18Compare Source
Fixed
@applyorder regression (inaddComponents,addUtilities, ...) (#7232)v3.0.17Compare Source
Fixed
--contentoption (#7220)v3.0.16Compare Source
Fixed
v3.0.15Compare Source
Fixed
v3.0.14Compare Source
Added
Fixed
v3.0.13Compare Source
Fixed
v3.0.12Compare Source
Fixed
linuxstaticbuild target (#6914)@applyworks consistently with or without@layer(#6938)experimental.optimizeUniversalDefaultsto only work with@tailwind base(#6926)v3.0.11Compare Source
Fixed
v3.0.10Compare Source
Fixed
@applyin files without@tailwinddirectives (#6580, #6875)Added
v3.0.9Compare Source
Fixed
DEBUGflag (#6797, #6804)<and>characters in modifiers (#6851)theme()works in arbitrary values (#6852)theme()value usage in arbitrary properties (#6854)TAILWIND_MODE=watch(#6858)v3.0.8Compare Source
Fixed
abbrrule in preflight (#6671)node16-linux-arm64target for standalone CLI (#6693)v3.0.7Compare Source
Fixed
@apply(#6588)userlayers (#6589)@applyof a rule inside an AtRule works (#6594)v3.0.6Compare Source
Fixed
v3.0.5Compare Source
Fixed
lito list-style reset (9777562d)v3.0.4Compare Source
Fixed
v3.0.3Compare Source
Added
content(#6449)lito list-style reset (00f60e6)Fixed
v3.0.2Compare Source
Fixed
@apply(#7524)!to selector class matching template candidate when using important modifier with mutli-class selectors (#7664)div:not(.foo)if.foois never defined (#7815)rgb,rgba,hslandhslacolors (#7933)percentagedata type is validated correctly (#8015)Changed
chalkwithpicocolors(#6039)cosmiconfigwithlilconfig(#6039)cssnanoto avoid removing empty variables when minifying (#7818)v3.0.1Compare Source
Fixed
v3.0.0Compare Source
Fixed
beforeandafter) (#6018)Added
placeholdervariant (#6106)touch-actionutilities (#6115)portraitandlandscapevariants (#6046)text-decoration-style,text-decoration-thickness, andtext-underline-offsetutilities (#6004)menureset to preflight (#6213)0as a validlengthvalue (#6233, #6259)scale-*utilities (c48e629)lengthdata type, by validating each value individually (#6283)Changed
decoration-sliceanddecoration-breakin favorbox-decoration-sliceandbox-decoration-break(non-breaking) (#6004)v2.2.19Compare Source
Fixed
corePluginsorder is consisent in AOT mode (#5928)v2.2.18Compare Source
Fixed
v2.2.17Compare Source
Fixed
awaitWriteFinishsetting to avoid occasional stale builds on Windows (#5758)v2.2.16Compare Source
Fixed
v2.2.15Compare Source
Fixed
-ifor input file continues to work even though deprecated (#5464)v2.2.14Compare Source
Fixed
@defaultsin JIT, switch back toclean-cssin case there's any meaningful differences in the output (bf248cb)v2.2.13Compare Source
Fixed
clean-csswithcssnanofor CDN builds to fix minified builds (75cc3ca)v2.2.12Compare Source
Fixed
v2.2.11Compare Source
Fixed
v2.2.10Compare Source
Fixed
presets: []in config file (#4903)Added
optimizeUniversalDefaultsflag (a9e160c)v2.2.9Compare Source
Fixed
@applying utilities that contain variants + the important modifier (#4854)clean-cssto v5.1.4 to fix empty CSS variables in CDN builds (#5338)v2.2.8Compare Source
Fixed
@apply(#5249)object-positionutilities (#5245)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.