doiuse
Version:
Lint CSS for browser support against caniuse database
16 lines (14 loc) • 329 B
JavaScript
/**
* CSS text-stroke and text-fill
* Method of declaring the outline (stroke) width and color for text.
* @see https://caniuse.com/text-stroke
*/
/**
* @type {import('../features').Feature}
*/
export default {
'text-stroke-color': true,
'text-stroke-width': true,
'text-stroke': true,
'text-fill-color': true,
};