List of known CSS properties
npm install known-css-properties
List of standard and browser specific CSS properties.



1. Standard properties (only 'REC', 'CR', 'LC', 'WD', 'FPWD', 'ED' statuses): http://www.w3.org/Style/CSS/all-properties.en.json
2. Browser supported properties from window.getComputedStyle / document.body.style
| Name | Versions |
|---|--:|
| Chrome | 14 - 137 |
| Firefox | 6 - 139 |
| Edge | 13 - 18 |
| Safari | 1.1, 2, 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5, 16.6, 17.0, 17.1, 17.3, 17.6, 18.1, 18.5 |
| Internet Explorer | 8 - 11 |
| Opera | 12.10, 12.14, 12.15, 12.16, 36 - 40, 45, 56, 58 |
``js``
const properties = require('known-css-properties').all;
We use SauceLabs live testing solution for gathering most of the data.