-
![企业微信截图_17142849681058](https://github.com/wswmsword/postcss-mobile-forever/assets/51013478/5482b4d2-af8d-4d18-9819-3394b7e626e5)
你好 我在uni-app中使用 报错了 这个怎么改
-
-
```
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@vueuse/core": "^9.3.0",
"@vueuse/integrations": "^8.4.1",
"amfe-flexible": "^2.2.1",
"autoprefixer": "^10.4.16"…
-
I recently user 'style-resources-loader' cause some plugins not work.
I'm not sure where problem it is.
```
addPostcssPlugins([
require('postcss-px-to-viewport')({
...
})
]),
…
-
/* px-to-viewport-ignore-next */ 注释无效 还是转换成了vw
-
遇到的问题是include属性部署了无效,排查后发现,把npm的引用地址改为github上的可以生效,但是如果用远程npm仓库地址,就会失效。
Is the files on github the same of these on npm?
@KODerFunk
-
## 基础配置
1. 搭建基础项目
npx create-react-app my-app --template typescript
2. 配置eslint + prettier
- ```
npm i eslint eslint-plugin-react eslint-config-alloy eslint-loader @typescript-…
-
Pc端的设计稿是1920
mobile的设计稿是750
问题:这里想要做一个判断viewportWidth在pc的时候值为1920,mobile的时候值是750;
目前的做法是:
1. const screenWidth = /Android|webOS|iPhone|iPad|BlackBerry|iPad/i.test(navigator.userAgent) ? 750 : 1920…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: win32
Arch: x64
…
-
如下图:
![image](https://user-images.githubusercontent.com/546897/60650718-40626d80-9e77-11e9-9f32-df289ae60886.png)
![image](https://user-images.githubusercontent.com/546897/60650747-54a66a80-9e77-11e…