Possible to run without accessing caniuse data?
See original GitHub issueI’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:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Slaps big fat bald head!
👍