jonsuh / hamburgers

Tasty CSS-animated Hamburgers
https://jonsuh.com/hamburgers
MIT License
7.07k stars 1.63k forks source link

looks like there is a autoprefixer bug #93

Open saadan opened 4 years ago

saadan commented 4 years ago

Replace Autoprefixer browsers option to Browserslist config. Use browserslist key in package.json or .browserslistrc file.

Using browsers option can cause errors. Browserslist config can be used for Babel, Autoprefixer, postcss-normalize and other tools.

If you really need to use option, rename it to overrideBrowserslist.

here should be a way to fix it https://github.com/gatsbyjs/gatsby/issues/14530#issuecomment-503144716