Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 919276b

Browse files
authored
docs: note that this module is not needed with Nuxt 2.16+ (#42)
1 parent 0e49fe9 commit 919276b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
[![npm downloads][npm-downloads-src]][npm-downloads-href]
55
[![license][license-src]][license-href]
66

7+
## ⚠️ This package is no longer necessary with Nuxt >= 2.16 ⚠️
8+
9+
PR [nuxt#9671](https://github.com/nuxt/nuxt/pull/9671) upgraded PostCSS to version 8.
10+
711
This module allows opting-in to [postcss@8](https://github.com/postcss/postcss/releases/tag/8.0.0) with nuxt 2 projects.
812

9-
- Ensures supported nuxt version is used (`>= 2.15.3`)
13+
- Ensures supported nuxt version is used (`>= 2.15.3 < 2.16.0`)
1014
- Forces to use correct dependencies using `__NUXT_PREPATHS__`
1115
- Will self-adjust integration method based on future nuxt versions
1216
- Use [`autoprefixer`](https://github.com/postcss/autoprefixer) instead of [`postcss-preset-env`](https://github.com/csstools/postcss-preset-env)

0 commit comments

Comments
 (0)