-
for style prefixing, inline-style-prefixer could be used. could also use cssnano (thanks @oliverturner for the idea) and autoprefixer postcss plugins - especially when performed at build time as oppos…
-
### Describe the Bug
I have a Next.js app, with Tailwindcss, Postcss and postcss-each plugin. While trying to upgrade the packages because of some vulnerabilities I found out that the configuration…
-
Hi,
I want to ignore a package that is importing from node_modules. What can i do about it?
I tried 2 ways:
First one:
```
/*rtl:begin:ignore*/
@import '~leaflet/dist/leaflet.css';
/*rtl:begin:…
-
The Tailwind generates modifiers not only for
`sm:...`, which are expanded into medias
`@media (min-width: 640px) { ... } ...`
but there are also reverse media queries, for example
`max-sm`, w…
-
Any chance to add cssnext to the list of compilers?
Cheers, and thanks for the good work.
-
### Please provide the environment you discovered this bug in.
windows 11
```
{
"name": "analog-blog-test",
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=18.19.1"…
-
### Issue description
Export 'BSON' is not defined in electron app with vite and typescript
### Expected Behavior
Looks related to this [issue](https://github.com/typeorm/typeorm/issues/9959)…
-
Has anyone used this with webpack and PostCSS?
You can use `postcss.config.js` to load variables and plugins and i've tried the following:
```
module.exports = {
remove: false,
plugins: [
…
-
**All the plugins are here:**
https://github.com/postcss/postcss#usage
https://github.com/postcss/autoprefixer
see link
https://github.com/postcss/postcss-loader
npm i -D postcss-loader
{…
-