-
I'm on codepen trying to customize the features of my `preset-env` plugin use. I can send `stage` fine, but I'm not sure how to send the `features` object key and value.
```css
@use postcss-prese…
-
Based on the discussion here: https://twitter.com/innovati/status/946155332719599622
The new proposed syntax (that'll be mostly adopted by eqcss too if everything goes well):
```pcss
.Container {…
-
### Describe the bug
I installed the package `postcss-discard-comments` in my existing NPM project.
It removed comments as I wanted but it also removed whitespaces out of comments unexpectedly.
I …
-
Hi Brydko,
First of all thank you for providing example code of the Jhipster-universal integration.
since, few month i am trying to implement angular universal on my existing Jhipster based Mi…
-
### System Info
System: Mac os Sonoma
Packages:
```
"devDependencies": {
"@rsbuild/plugin-sass": "^1.0.1",
"@rsbuild/plugin-vue": "^1.0.1",
"@rspack/cli": "1.0.8",
"@rspack/core": …
-
> I think a .ts file could definitely work for our purposes! The industry standard though would be to use a CSS preprocessor like PostCSS or SCSS, which I think compiles CSS for us, which can circumve…
yehee updated
3 years ago
-
I am using the postcss-loader with the stylelint plugin. When I'm using css-literal-loader I get the following error:
```
ERROR in ./~/css-loader?modules&camelcase&importLoaders=1&localIdentName=[na…
-
This will have some benefits. The most notable benefit is that Stylus leaves custom @rules as-is when it compiles down to CSS (so, `@component { }` in `file.styl` will be `@component { }` in `file.css…
-
Hi folks,
## postcss-lit & styled-components ?
I'm looking for the "2022 right way of linting styled components", and `postcss-lit` has been brought in [this discussion](https://github.com/style…
-
For those of us who is switching from the official `postcss-cli` to `postcss-cli-simple`, being able to reuse the existing `postcss.config.js` file is great, as we don't have to config our plugins aga…