UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

4 lines 199 B
var typographyProperties = ['font-size', 'font-weight', 'font-family', 'line-height']; export var isTypographyRule = function isTypographyRule(prop) { return typographyProperties.includes(prop); };