Skip to content

Commit

Permalink
Remove experimental flag for Bun. (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbtedman authored Nov 6, 2024
1 parent 380fd1a commit ac2eca7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ can contain both a **💡 Features and Improvements**, **🔧 Maintenance**, and

### 💡 Features and Improvements

- (Experimental) [Bun (bun.sh)](https://bun.sh) support.
- [Bun (bun.sh)](https://bun.sh) support.

## [1.52.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.52.0)

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
A [PostCSS (postcss.org)](https://postcss.org) plugin which prepends a selector to CSS styles to constrain their effect on parent
elements in a page.

| Supports | Versions |
| :----------------------------------------------- | :-------------------------------- |
| [Bun (bun.sh)](https://bun.sh) (⚠️ experimental) | `latest` |
| [NodeJS (nodejs.org)](https://nodejs.org) | `v18`, `v19`, `v20`, `v21`, `v22` |
| [PostCSS (postcss.org)](https://postcss.org) | `v7`, `v8` |
| Supports | Versions |
| :------------------------------------------- | :-------------------------------- |
| [Bun (bun.sh)](https://bun.sh) | `latest` |
| [NodeJS (nodejs.org)](https://nodejs.org) | `v18`, `v19`, `v20`, `v21`, `v22` |
| [PostCSS (postcss.org)](https://postcss.org) | `v7`, `v8` |

> ⚠️ PostCSS v7 support is no longer validated in automated test cases, and will be removed entirely in a future release.
Expand All @@ -31,7 +31,7 @@ elements in a page.

| Package Manager | Command |
| :---------------------------------------------------------------------- | :------------------------------------------------------- |
| [Bun (bun.sh)](https://bun.sh) (⚠️ experimental) | `bun add postcss-prefixwrap --dev --exact` |
| [Bun (bun.sh)](https://bun.sh) | `bun add postcss-prefixwrap --dev --exact` |
| [NPM (npmjs.com)](https://www.npmjs.com/package/postcss-prefixwrap) | `npm install postcss-prefixwrap --save-dev --save-exact` |
| [PNPM (pnpm.io)](https://pnpm.io) | `pnpm add postcss-prefixwrap --save-dev --save-exact` |
| [Yarn (yarnpkg.com)](https://yarnpkg.com/en/package/postcss-prefixwrap) | `yarn add postcss-prefixwrap --dev --exact` |
Expand Down

0 comments on commit ac2eca7

Please sign in to comment.