Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 539 Bytes

StaticPrefixer.md

File metadata and controls

4 lines (3 loc) · 539 Bytes

Static Prefixer

An alternative to the Dynamic Prefixer which uses inline-style-prefix-all instead of inline-style-prefixer to prefix styles.

Instead of evaluating the userAgent and iterating caniuse.com data, it just adds every needed vendor-prefix. The output styles are somehow bigger, but in return the bundle size itself will be much smaller (only 3.3kb instead of 10kb~)