Skip to content

Commit 9ebaaac

Browse files
authored
Explicitly list published CSS files (#11260)
* explicitly list all css files This also omits the oxide engine only `index.css` * update changelog
1 parent f49b054 commit 9ebaaac

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
### Added
1818

1919
- Add `aria-busy` utility ([#10966](https://github.com/tailwindlabs/tailwindcss/pull/10966))
20-
- Support `@import "tailwindcss"` using top-level `index.css` file ([#11205](https://github.com/tailwindlabs/tailwindcss/pull/11205))
20+
- [Oxide] Support `@import "tailwindcss"` using top-level `index.css` file ([#11205](https://github.com/tailwindlabs/tailwindcss/pull/11205), ([#11260](https://github.com/tailwindlabs/tailwindcss/pull/11260)))
2121
- [Oxide] Use `lightningcss` for nesting and vendor prefixes in PostCSS plugin ([#10399](https://github.com/tailwindlabs/tailwindcss/pull/10399))
2222
- [Oxide] Automatically detect content paths when no `content` configuration is provided ([#11173](https://github.com/tailwindlabs/tailwindcss/pull/11173), [#11221](https://github.com/tailwindlabs/tailwindcss/pull/11221))
2323
- [Oxide] Process and inline `@import` at-rules natively ([#11239](https://github.com/tailwindlabs/tailwindcss/pull/11239))

package.stable.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,13 @@
4242
"nesting/*",
4343
"types/**/*",
4444
"*.d.ts",
45-
"*.css",
46-
"*.js"
45+
"*.js",
46+
"base.css",
47+
"components.css",
48+
"screens.css",
49+
"tailwind.css",
50+
"utilities.css",
51+
"variants.css"
4752
],
4853
"devDependencies": {
4954
"@swc/cli": "^0.1.62",

0 commit comments

Comments
 (0)