autoprefixer icon indicating copy to clipboard operation
autoprefixer copied to clipboard

Parse CSS and add vendor prefixes to rules by Can I Use

Results 44 autoprefixer issues
Sort by recently updated
recently updated
newest added

[css-values-4](https://github.com/w3c/csswg-drafts/issues/2631) adds `x` as an alias for `dppx` unit, but not every browser in media queries supports `x` unit. So I think it would be better to add a fallback...

If you are using an empty browserlist (or `>100%`) to remove existing vendor prefixes the `-ms-` prefix is not always removed. The output is as expected given the following CSS:...

Just an idea but removing code that handles these dead browsers could result in a smaller project size helping to keep people's node modules folders as small as possible. The...

It seems that these rules are being added to CSS even if IE or legacy edge are encompassed by the rules `-ms-grid-row:`, ` -ms-grid-column` and `-ms-grid-column-span` I was using `last...

Autoprefixer should add a `::-webkit-details-marker` fallback for [`::marker`](https://developer.mozilla.org/en-US/docs/Web/CSS/::marker) . This is because Safari currently only supports the `::marker` pseudo element with lists but not detail elements. Not sure on how...

While the standard [`line-clamp`](https://www.w3.org/TR/css-overflow-3/#line-clamp) property is [not yet supported](https://caniuse.com/#search=line-clamp) in any browsers, the prefixed `-webkit-line-clamp` is unusual in that it is supported in all modern browsers, including Firefox. `-webkit-line-clamp`, unlike...

support

In reference to this comment in the tailwind grid support pull request: https://github.com/tailwindcss/tailwindcss/pull/1274#issuecomment-568920481 I think autoprefixer should translate `gap` to `grid-gap`. Note that this should happen even if the grid...

Hello, ## Description This issue is refered to https://github.com/angular/angular-cli/issues/17325 Since I upgrade Angular 8 to 9, autoprefixer has updated from 9.6.1 to 9.7.1. Due to this update, behaviour of autoprefixer...

**Hi everyone,** Maybe this will be a duplicate issue (I already searched in the closed issues, but I don't foud anything). Take this piece of code (grid: no-autoplace) ```scss .l-values-grid...

My issue is specifically related to the `grid: "autoplace"` option. But I'd imagine it applies anywhere a warning is raised. **Actual warning snippet:** - Line: 1 - Column: 10 -...