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 0ddc71e commit d637f37Copy full SHA for d637f37
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Added
15
16
- [Oxide] Use `lightningcss` for nesting and vendor prefixes in PostCSS plugin ([#10399](https://github.com/tailwindlabs/tailwindcss/pull/10399))
17
+- Support `@import "tailwindcss"` using top-level `index.css` file ([#11205](https://github.com/tailwindlabs/tailwindcss/pull/11205))
18
19
### Changed
20
index.css
@@ -0,0 +1,5 @@
1
+@tailwind base;
2
+
3
+@tailwind components;
4
5
+@tailwind utilities;
0 commit comments