doiuse
Version:
Lint CSS for browser support against caniuse database
13 lines (11 loc) • 304 B
JavaScript
/**
* CSS writing-mode property
* Property to define whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.
* @see https://caniuse.com/css-writing-mode
*/
/**
* @type {import('../features').Feature}
*/
export default {
'writing-mode': true,
};