question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Possible to run without accessing caniuse data?

See original GitHub issue

I’m wondering if it is possible to config Autoprefixer so that it doesn’t need to access caniuse data? For example, if my config is explicit e.g.:

{ browsers: [“ie > 8”, “safari >= 6”] }

Does this still make a call to caniuse data? We recently had an issue where flex based prefixes were omitted in our builds because a fresh npm install was bringing down autoprefixer with later caniuse data. This was in turn removing some prefixes we still needed.

It would be advantageous for us to NOT reference caniuse data as a safeguard and just prefix based upon explicit browsers listed in our config. Is this a possibility?

Sorry if I am misunderstanding the way Autoprefixer goes about its magic 😃

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
benfraincommented, May 18, 2016

Slaps big fat bald head!

0reactions
benfraincommented, May 18, 2016

👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

dataset & data-* attributes | Can I use... Support tables for ...
Method of applying and accessing custom data to elements. Usage % of. all users, all tracked, tracked desktop, tracked mobile.
Read more >
"data" | Can I use... Support tables for HTML5, CSS3, etc
"Can I use" provides up-to-date browser support tables for support of front-end web ... Method of applying and accessing custom data to elements....
Read more >
Can I use... Support tables for HTML5, CSS3, etc
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
Read more >
Details & Summary elements | Can I use... Support ... - CanIUse
The <details> element generates a simple no-JavaScript widget to show/hide element contents, optionally by clicking on its child <summary> element.
Read more >
File System Access API | Can I use... Support tables ... - CanIUse
API for manipulating files in the device's local file system (not in a sandbox). Usage % of. all users, all tracked, tracked desktop,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found