-
I referenced postcss-px-to-viewport in the project created by vue-cli, and there will be a prompt when packaging
Building for production...postcss-px-to-viewport: postcss.plugin was deprecated. Mi…
-
### 扩展
```ts
css: {
postcss: {
plugins: [
PostCssPxToViewport({
// 要转化的单位
unitToConvert: 'px',
// UI设计稿的大小
viewportWidth: 375,
…
-
postcss-px-to-viewport: postcss.plugin was deprecated. Migration guide:
https://evilmartians.com/chronicles/postcss-8-plugin-migration
Re-optimizing dependencies because lockfile has changed
axolo updated
2 months ago
-
please update postcss to 8.
-
Does postcss-px-to-viewport support lesss? I'm using the non-converted syntax in less and found that it still converts.
postcss-px-to-viewport支持less吗?我在less中使用他的时候发现禁止转换的注释无效,它依旧给转换了
Neither using…
-
1.问题描述:使用vue-element-admin的精简版来使用插件,运行起来后,就出错了。
项目描述里面写的是依赖postcss8.0,这里的postcss被@vue-cli内置了,应该如何处理呢。
![问题1](https://user-images.githubusercontent.com/42248614/164170838-23a1d004-0fc6-47f7-92da-bca5…
-
大佬,我现在遇到的情况是:
我已经完成的项目pc端用的 tailwindcss + postcss-px-to-viewport 很好的适配了pc和平板的一些尺寸,但是移动端的设计稿设计375的,想要去根据tailwindcss 的 md 断点 去动态修改viewportWidth,可是才发现viewportWidth不支持动态修改
网上搜了很多资料发现您这个仓库的实现,想咨询一下针对…
-
postcss-px-to-viewport: postcss.plugin was deprecated. Migration guide:
-
**问题描述**
我已经了解有rpx做适应,但公司现在想让根据高度适应,而不是宽度。所以想到了postcss-px-to-viewport,但运行时报错
**复现步骤**
[复现问题的步骤]
npm install postcss-px-to-viewport --dev
编写postcss.config.js
```
module.exports = {
plugin…
-
WARN postcss-px-to-viewport: postcss.plugin was deprecated.
https://evilmartians.com/chronicles/postcss-8-plugin-migration