@justia/stylelint-config
Version:
Justia's base Scss Stylelint configuration
15 lines (14 loc) • 641 B
JavaScript
;
const helpers_1 = require("../../../lib/helpers");
module.exports = [
...helpers_1.suffix.all('overflow', 'x', 'y'),
'box-sizing',
...helpers_1.prefix.all('width', 'min', 'max'),
...helpers_1.prefix.all('height', 'min', 'max'),
...(0, helpers_1.trbl)('padding'),
...(0, helpers_1.border)(),
...helpers_1.midfix.all('border-radius', 'top-left', 'top-right', 'bottom-right', 'bottom-left'),
...helpers_1.suffix.all('border-image', 'source', 'slice', 'width', 'outset', 'repeat'),
...(0, helpers_1.trbl)('margin'),
...helpers_1.suffix.all('outline', 'width', 'style', 'color', 'offset')
];