-
when i use postcss-px-to-viewport@1.1.1 in postcss@8.4 and changed landscape to true
it goes wrong with postcss.atRule is not a constructor
hope to fix this
-
- first pass
- substituteRowAtRules(cfgFunction)
- postcssNested()
- postcssExtend()
- second pass
- plugins that need to come before
- third pass
- `@responsive`?
- postcssNested…
-
We need postcss for better css - It'd be muccccch better with plugins.
-
It would be nice to have postcss icons for *.pcss
-
While bits of the Postcss config are included, postcss.config.js is missing. An example of working sass would be great! Thanks,
-
I getting an error by using PostCSS. Do you know why this happens?
```
ERROR in ./~/css-loader!./~/postcss-loader/lib!./src/style.css
Module build failed: Error: No PostCSS Config found in: /User…
-
### 扩展
```ts
css: {
postcss: {
plugins: [
PostCssPxToViewport({
// 要转化的单位
unitToConvert: 'px',
// UI设计稿的大小
viewportWidth: 375,
…
-
Two things have happened in the last year or two:
* Vanilla CSS has gotten [really, really good](https://www.spicyweb.dev/css-nouveau/) (shameless plug!).
* esbuild has gotten better at transpilin…
-
Postcss8.0 has been installed but it still gives an error. Check that other dependencies are up to date. Is it because the version is too high?
`
> explore@0.1.0 serve E:\workSpaces\explore
>…
hsbtr updated
2 years ago
-
## Description
Today, while restarting `ddev`, I noticed the terminal output repeated this line, which I'd never seen before:
```
remove-unwanted-comments-from-variables: postcss.plugin was depreca…