-
Have you considered leveraging the work already done here by [autoprefixer-core](https://www.npmjs.com/package/autoprefixer-core) and [caniuse-db](https://www.npmjs.com/package/caniuse-db). If you are…
-
Add to the `gulp sass` task.
-
I use `grunt-postcss` to generate css prefix.
Configuration as follows:
```
processors: [
require('autoprefixer') {
browsers: [
'> 0.04%'
]
}
]
```
Sass as fo…
-
Hi there,
I am using Tailwind, and not sure how it uses postcss under the hood, but it's something like cli command probably.
```
"tailwindcss": "3.4.9",
"postcss": "^8.4.47",
"postcss-c…
-
Possibly the same as #1181 and #1241
In IE 11, even though each item was given the right row & column by default, when the `.change` class added, the row and columns ignore the gap given to the .co…
-
Hi,
I tried to run Trillo project, starter version, and when I tried to run in terminal npm install it failed.
I updated the devDependencies in packages.json so the versions of the npms will be upda…
-
"Autoprefixer's process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() instead"
I execute the command, console will appear after this warning, I …
-
![screen shot 2015-08-13 at 21 09 16](https://cloud.githubusercontent.com/assets/829963/9259289/86a288ca-4200-11e5-99f5-8d24532ed911.png)
https://github.com/postcss/autoprefixer#cli
Similar to #570,…
-
My icons aren't showing up and i think it might have something to do with the 8 dependencies. WARNING: my username has been censored to avoid doxxing myself
USERNAME HAS BEEN REMOVED TO AVOID DOXXI…
-