Skip to content

Commit

Permalink
Allow arbitrary values with commas in @apply (#8125)
Browse files Browse the repository at this point in the history
* De-indent code

* Allow arbitrary values with commas in `@apply`

* Update changelog
  • Loading branch information
thecrypticace committed Apr 15, 2022
1 parent e5ed08b commit 67bf816
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 187 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Don’t split vars with numbers in them inside arbitrary values ([#8091](https://github.com/tailwindlabs/tailwindcss/pull/8091))
- Require matching prefix when detecting negatives ([#8121](https://github.com/tailwindlabs/tailwindcss/pull/8121))
- Handle duplicate At Rules without children ([#8122](https://github.com/tailwindlabs/tailwindcss/pull/8122))
- Allow arbitrary values with commas in `@apply` ([#8125](https://github.com/tailwindlabs/tailwindcss/pull/8125))

### Added

Expand Down

0 comments on commit 67bf816

Please sign in to comment.