postcss8 icon indicating copy to clipboard operation
postcss8 copied to clipboard

Opt-in to postcss 8 in Nuxt 2 apps.

Results 32 postcss8 issues
Sort by recently updated
recently updated
newest added

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...

> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. This PR contains...

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/@nuxtjs%2feslint-config-typescript/10.0.0/age-slim)](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.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt/postcss8). ## Repository problems These problems occurred while...

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? ![image](https://user-images.githubusercontent.com/8287751/154049072-af21ba77-c83b-4924-9f14-3fddc2f458d2.png). > 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 │...