We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@import "tailwindcss"
index.css
1 parent ae5d746 commit 80415ecCopy full SHA for 80415ec
CHANGELOG.md
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
### Added
26
27
- [Oxide] Use `lightningcss` for nesting and vendor prefixes in PostCSS plugin ([#10399](https://github.com/tailwindlabs/tailwindcss/pull/10399))
28
+- Support `@import "tailwindcss"` using top-level `index.css` file ([#11205](https://github.com/tailwindlabs/tailwindcss/pull/11205))
29
30
### Changed
31
index.css
@@ -0,0 +1,5 @@
1
+@tailwind base;
2
+
3
+@tailwind components;
4
5
+@tailwind utilities;
0 commit comments