bylapidist/styles

View on GitHub
tokens/core/line-height.cjs

Summary

Maintainability
Test Coverage
module.exports = {
    'line-height': {
        none: {
            value: '1'
        },
        tightest: {
            value: '1.25'
        },
        tighter: {
            value: '1.375'
        },
        looser: {
            value: '1.5'
        },
        loosest: {
            value: '2'
        }
    }
};