1.0.0 • Published 5 years ago

@scultura/browserslist-config v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Browserslists config for modern browsers

Reuse a list of modern browsers to target accross multiple projects

# Browsers that we support

>= 0.5% 
not ie 11
not op_mini all
not dead

Tools target

Autoprefixer

Parse CSS and add vendor prefixes to rules by Can I Use

postcss-preset-env

Convert modern CSS into something browsers understand

@babel/preset-env

allows you to use the latest JavaScript without needing to micromanage which syntax transforms (and optionally, browser polyfills)

Built with