Mirror: CSS prefixing helpers in less than 1KB ๐ŸŒˆ

Add missing border-{start,end}-{start-end}-radius properties

Changed files
+4
scripts
+4
scripts/generate-prefix-map.js
···
'border-end-color',
'border-end-style',
'border-end-width',
+
'border-start-start-radius',
+
'border-start-end-radius',
+
'border-end-start-radius',
+
'border-end-end-radius',
].map(name => ({ name, ms: false, moz: true, webkit: true })));
/** A list of stable, non-prefixable property names */