postcss8
postcss8 copied to clipboard
Opt-in to postcss 8 in Nuxt 2 apps.
Hi, on Nuxt 3.0.0-rc.4, when trying to install @nuxt/postcss8 I had the following npm error : `npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types/eslint/-/eslint-8.4.4.tgz - Not...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [autoprefixer](https://redirect.github.com/postcss/autoprefixer) | [`^10.4.4` -> `^10.4.20`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.4/10.4.20) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
We're trying to update CKEditor5 to v34 in our Nuxt apps. One of the major changes was a switch to PostCSS 8. Following the instructions for this package breaks our...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxtjs/eslint-config-typescript](https://togithub.com/nuxt/eslint-config) | [`^9.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/@nuxtjs%2feslint-config-typescript/9.0.0/10.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/nuxt/postcss8). - WARN:...
Hello, currently have a lot of `postcss-preset-env` warnings in dev mode. With `postcss-preset-env@7` the warnings are removed. Is this a correct fix? . > This version of postcss-preset-env is not...
## TL;DR; Temporary Fix You're likely experiencing this issue if you're: - On Nuxt `2.15.4` or later; - Using PostCSS 8 (if you're using `@nuxtjs/tailwindcss 4`, your are). Disabling `icss`...
Usage is pending for https://github.com/csstools/postcss-preset-env/issues/191
Normally when saving a global CSS file in Nuxt the styles are updated via a "hot reload." However, when using the `@nuxt/postcss8` module this does not happen and the web...
# Problem I got a build error when using the followings. - [email protected] - @nuxt/[email protected] The error is as follows. ``` ╭───────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ ✖ Nuxt Fatal Error │...