-
### Reproduction Link
该问题的使用场景无法使用沙盒复现
### Vant Version
4.8.1
### Describe the Bug
根据文档[进阶用法](https://vant.pro/vant/#/zh-CN/advanced-usage)一章,Rem 布局适配模块,如果需要使用 rem 单位进行适配,推荐使用以下两个工具:
[postcss-…
-
## [Relatório de Desempenho e Performance](https://github.com/dsm-cefet-rj/trabalho-integrado-20202-ciano/wiki/Relat%C3%B3rio-de-Seguran%C3%A7a-e-Performance)
Relatório completo no link acima.
## …
-
I thought I'd bring this library to your attention, in case you are interested in using it to replace your `pixel-unit-regex`: https://github.com/TrySound/postcss-value-parser. Feel free to close if y…
-
- Use `postcss-value-parser` to carefully work with gradients.
autoprefixer use `postcss-value-parser`. should we use the same way?
-
# [问题简单描述]
配置了postcss
但是不起作用?
### .postcsssrc.js
```
module.exports = {
'plugins': {
'stylelint': {},
'postcss-import': { path: './src/assets/css' },
'postcss-mixins': {},
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
npm
### Package manager version
_No response_
### Language version
_No res…
-
-
Is there any way to configure postcss-import plugin?
Something like
```
"plugins": [
"postcss-import", {
"path": ["path1", "path2"]
},
"postcss-each",
"postcss-cssn…
-
I'm still having this issue as of 5/28/2020. I've narrowed down the issue to here: https://github.com/gohugoio/hugo/blob/6add6d77b48cf0aab8b39d7a2bddedb1aa2a52b8/resources/resource_transformers/postcs…
-
Sass is another huge dependency and is going to be unnecessary for us in the future. Only thing we are sticking right now with Sass are custom functions `assetUrl` and `cloudinaryUrl`, which should be…