-
I'm using Uncss as a PostCss plugin.
When I feed it this CSS file:
```
/* uncss:ignore start */
.readMoreCheckbox:checked + .comment {/* stylelint-disable-line */
max-height: none;
}
…
-
The Key issue is that sourcemaps for bundled minified sass files only works as expected if no custom transform methods are called.
First there maybe more then one item that is causing the issue, s…
-
## Can Possibly Remove:
- [ ] `@typescript-eslint/eslint-plugin`
- Not required with `eslint-config-next`?
- [x] ~`@typescript-eslint/parser`~
- ~Not required with `eslint-config-next`?~
…
-
The following CSS is invalid [as the `@import` is not consecutive](https://www.w3.org/TR/css-cascade-5/#example-aa4a55a5:~:text=However%2C%20%40import%20and%20%40namespace%20rules%20must%20be%20consec…
-
### Describe the bug
when I init
---
✔ Preflight checks.
✔ Verifying framework. Found Vite.
✔ Validating Tailwind CSS.
✔ Validating import alias.
Something went wrong. Please check the error…
-
设计稿是750px;
使用 postcss-design-convert 插件转化,没有效果,module.exports = {
plugins: {
autoprefixer: {},
'postcss-px2rem': {
remUnit: 75
},
'postcss-design-convert' : {
multiple: 2,
units: ['rem'],
se…
-
**Describe the bug**
If I use css logical properties (as part of the `postcss-preset-env`), something like `padding-inline` is correctly transformed. Though, when I use `padding-inline-start`, the pl…
-
Not even VSCode has support for PostCSS in the main CSS plugin (nor they intend to add, [looks like](https://github.com/microsoft/vscode-css-languageservice/issues/51#issuecomment-396322782), even tho…
-
I'm using svelte and when I enable `emitCss` option, rollup-plugin-postcss should receive css "files" with inline sourcemap.
`rollup.config.js`
``` javascript
...
plugins: [
svelte({
…
-
Hey :)
Tried using `posthtml-postcss` with it and it doesn't seem to work, here's what I tried.
This is my PostHTML render function:
```js
import posthtml from 'posthtml'
import components …