Skip to content

Commit

Permalink
Change how we handle defaults (optimized or not) (#6926)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
  • Loading branch information
thecrypticace and adamwathan committed Jan 7, 2022
1 parent 4bc9ca7 commit f2d73b8
Show file tree
Hide file tree
Showing 34 changed files with 1,197 additions and 776 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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 ([#6906](https://github.com/tailwindlabs/tailwindcss/pull/6906))
- Emit plugin defaults regardless of usage ([#6906](https://github.com/tailwindlabs/tailwindcss/pull/6906))
- Move default border color back to preflight ([#6906](https://github.com/tailwindlabs/tailwindcss/pull/6906))
- Change `experimental.optimizeUniversalDefaults` to only work with `@tailwind base` ([#6906](https://github.com/tailwindlabs/tailwindcss/pull/6906))

## [3.0.11] - 2022-01-05

Expand Down

0 comments on commit f2d73b8

Please sign in to comment.