-
postcss-px-to-viewport: postcss.plugin was deprecated. Migration guide:
-
### 扩展
```ts
css: {
postcss: {
plugins: [
PostCssPxToViewport({
// 要转化的单位
unitToConvert: 'px',
// UI设计稿的大小
viewportWidth: 375,
…
-
Hi @HarveyD ,
Now I have to use both `rollup-plugin-postcss` and `rollup-plugin-sass` because of your guide in ReadMe because I need code splitting and a single bundle. What is your suggestion if I w…
-
ERROR in css/common.7b13c1c5.css
css/common.7b13c1c5.css from Css Minimizer plugin
Error: PostCSS plugin postcss-discard-comments requires PostCSS 8.
Migration guide for end-users:
https://github.…
-
### Link to the code that reproduces this issue
https://github.com/YouJun-IWON/My_Nextjs15
### To Reproduce
1. set .eslintrc.json 2. check page.tsx 3. I don't see error messages for unused v…
-
### Describe the bug
After upgrading to the version 18.0.0-rc.1 of primeng, every time a p-floatlabel component is use i get the following error:
Error: ASSERTION ERROR: wrong index for TNode [Ex…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**What version of Tailwind CSS are you using?**
3.4.3
**What build tool (or framework if it abstracts the build tool) are you using?**
Vite
**What version of Node.js are you using?**
v2…
-
Maybe I'm missing something, but I don't notice any difference in output in a project that has both `@stencil/sass` and `@stencil/postcss` plugins.
Here's my config:
```ts
// stencil.config.ts…
-
### Command
config
### Description
Currently the CLI supports custom PostCSS configurations in the format of JSON files. The problem is that the JSON format has its limitation. In our case fo…