Questions tagged [autoprefixer]

Parse CSS and add vendor prefixes to CSS rules using values from Can I Use.

Parse CSS and add vendor prefixes to CSS rules using values from Can I Use.

321 questions
6
votes
2 answers

Postcss-loader Autoprefixer not working with Webpack 3

I'm attempting to use a series of loaders to extract all the SCSS files into one file with ExtractTextPlugin. Within the series of loaders I have, I'm using the autoprefixer plugin that is used within postcss-loader. However, nothing seems to be…
Xenyal
  • 2,136
  • 2
  • 24
  • 51
6
votes
1 answer

Why Autoprefixer doesn't add prefix for font-smoothing

Autoprefixer webpack loader adding autoprefix for all css however it doesn't add autoprefix for font-smoothing : antialiased. why it's not adding autoprefix for this?
Jagajit Prusty
  • 2,070
  • 2
  • 21
  • 39
6
votes
1 answer

last 2 versions autoprefixer browserslist

I am using autoprefixer and have a browserslist file to specify the supported browsers. It looks like this, basically the default plus iOS 8: > 1% Last 2 versions iOS 8 I am wondering can I easily see on caniuse.com what exact browser versions:…
svnm
  • 22,878
  • 21
  • 90
  • 105
6
votes
3 answers

gulp autoprefixer doesn't add moz prefix

I am using gulp with autoprefixer in my project, and I have to use backgrounds gradient like this: background: linear-gradient(#e98a00, #f5aa2f); but output…
betmakh
  • 435
  • 4
  • 8
5
votes
1 answer

Is there a way to test if PostCSS Autoprefixer is working? Specifically for Rails 6

I am writing a Rails 6 webapp using Webpacker. Its my understanding that auto-prefixing in Rails 6 works out of the box via PostCSS and its autoprefixer plugin. However I cannot verify if this library is in fact prefixing my css or not. Is there a…
5
votes
3 answers

How are browserslist queries combined in a multi-line browserslist configuration?

Browserslist documentation gives this example config: { "browserslist": [ "last 1 version", "> 1%", "maintained node versions", "not dead" ] } How are these lines combined into a single query? Query composition names three…
Dmitry Minkovsky
  • 36,185
  • 26
  • 116
  • 160
5
votes
0 answers

grid-template-rows with max-content on safari not working as expected

We are working with CSS Grid, we realize there are other ways to get the following code to work, but we would like to use CSS Grid. We have the following scenario, our CSS compiles to: .r4 { grid-template-rows: var(--height-base) auto…
lilbumblebear
  • 67
  • 1
  • 7
5
votes
1 answer

ExtractTextPlugin and postCSS - autoprefixer not working

I'm trying to setup webpack to have a compilation pass where it scans all css files in one file tree and then generates a css files with all the styles bundled, autoprefixed and minimised. I can't get autoprefixer plugin to work. Here is the…
Héctor
  • 339
  • 3
  • 18
5
votes
0 answers

How to configure maven autoprefixer plugin

I want to use the maven autoprefixer plugin => http://mvnrepository.com/artifact/org.webjars/autoprefixer/5.2.0 Sadly, I cannot find any documentation on how to configure that plugin. A already followed the links on the git repo pages but I could…
mightyplow
  • 519
  • 2
  • 6
  • 11
5
votes
1 answer

Can I use a CSS preprocessor with Polymer?

With Polymer I can include my CSS styles in the element definition simply by adding a