doiuse
Version:
Lint CSS for browser support against caniuse database
12 lines (10 loc) • 313 B
JavaScript
/**
* Allows some punctuation characters from start (or the end) of text elements to be placed "outside" of the box in order to preserve the reading flow.
* @see https://caniuse.com/css-hanging-punctuation
*/
/**
* @type {import('../features').Feature}
*/
export default {
'hanging-punctuation': true,
};