Skip to content

Commit

Permalink
Support @import "tailwindcss" using top-level index.css file (#11205
Browse files Browse the repository at this point in the history
)

* make `@import "tailwindcss"` work out of the box

* update changelog
  • Loading branch information
RobinMalfait authored May 10, 2023
1 parent 0ddc71e commit d637f37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- [Oxide] Use `lightningcss` for nesting and vendor prefixes in PostCSS plugin ([#10399](https://github.com/tailwindlabs/tailwindcss/pull/10399))
- Support `@import "tailwindcss"` using top-level `index.css` file ([#11205](https://github.com/tailwindlabs/tailwindcss/pull/11205))

### Changed

Expand Down
5 changes: 5 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@tailwind base;

@tailwind components;

@tailwind utilities;

0 comments on commit d637f37

Please sign in to comment.