UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

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