Skip to content

Commit 820815b

Browse files
authored
Remove autoprefixer dependency (#11315)
* remove `autoprefixer` dependency This was only used in the CLI and we are not using it anymore. The functionality of `autoprefixer` is baked into `lightningcss`. * update changelog
1 parent 8719be3 commit 820815b

File tree

3 files changed

+7
-106
lines changed

3 files changed

+7
-106
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Make font settings propagate into buttons, inputs, etc. ([#10940](https://github.com/tailwindlabs/tailwindcss/pull/10940))
1414
- Fix parsing of `theme()` inside `calc()` when there are no spaces around operators ([#11157](https://github.com/tailwindlabs/tailwindcss/pull/11157))
1515
- Ensure `repeating-conic-gradient` is detected as an image ([#11180](https://github.com/tailwindlabs/tailwindcss/pull/11180))
16+
- Remove `autoprefixer` dependency ([#11315](https://github.com/tailwindlabs/tailwindcss/pull/11315))
1617

1718
### Added
1819

package-lock.json

Lines changed: 6 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@swc/core": "^1.3.56",
4848
"@swc/jest": "^0.2.26",
4949
"@swc/register": "^0.1.10",
50-
"autoprefixer": "^10.4.14",
5150
"concurrently": "^8.0.1",
5251
"eslint": "^8.39.0",
5352
"eslint-config-prettier": "^8.8.0",

0 commit comments

Comments
 (0)