doiuse
Version:
Lint CSS for browser support against caniuse database
13 lines (11 loc) • 375 B
JavaScript
/**
* CSS text-orientation
* The CSS `text-orientation` property specifies the orientation of text within a line. Current values only have an effect in vertical typographic modes (defined with the `writing-mode` property)
* @see https://caniuse.com/css-text-orientation
*/
/**
* @type {import('../features').Feature}
*/
export default {
'text-orientation': true,
};