UNPKG

115 BJavaScriptView Raw
1module.exports = {
2 rules: {
3 'font-weight-notation': ['named-where-possible', { ignore: ['relative'] }]
4 }
5}