Skip to content

Fix supported browsers config#125

Closed
LisaFC wants to merge 2 commits intomasterfrom
LisaFC-autoprefixer
Closed

Fix supported browsers config#125
LisaFC wants to merge 2 commits intomasterfrom
LisaFC-autoprefixer

Conversation

@LisaFC
Copy link
Copy Markdown
Collaborator

@LisaFC LisaFC commented Sep 9, 2019

Fixes #120 (I think)

This definitely works locally, though would appreciate a check from someone who knows more about Autoprefixer than I do...

@LisaFC LisaFC requested a review from chenopis September 9, 2019 12:52
@dholbach
Copy link
Copy Markdown
Contributor

Checking out your branch, I run into the following problem:

Building sites … You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js.

You might need a minimal postcss.config.js like:

module.exports = {
  plugins: [
    require('autoprefixer')
  ]
}

I'm not an expert though.

@coliff
Copy link
Copy Markdown
Contributor

coliff commented Jun 29, 2020

I think this PR can be closed now. This was fixed in #295.

It now uses Browserslist default config (which you can see here: https://browserl.ist/?q=defaults)

@LisaFC LisaFC closed this Dec 15, 2021
@LisaFC LisaFC deleted the LisaFC-autoprefixer branch December 15, 2021 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Warning Replace Autoprefixer browsers option to Browserslist config.

3 participants