UNPKG

@justia/stylelint-config

Version:
24 lines (23 loc) 890 B
"use strict"; const helpers_1 = require("../../../lib/helpers"); const grid = [ 'grid', ...helpers_1.suffix.all('grid-template', 'rows', 'columns', 'areas'), ...helpers_1.midfix.all('grid-gap', 'row', 'column'), ...helpers_1.prefix.all('gap', 'row', 'column'), ...helpers_1.suffix.get('grid-auto', 'rows', 'columns', 'flow'), 'grid-area', ...helpers_1.suffix.all('grid-row', 'start', 'end'), ...helpers_1.suffix.all('grid-column', 'start', 'end') ]; const flexbox = [ ...helpers_1.suffix.get('flex', 'flow', 'direction', 'wrap'), 'order', ...helpers_1.suffix.all('flex', 'grow', 'shrink', 'basis') ]; const shared = [ ...helpers_1.suffix.get('justify', 'items', 'content'), ...helpers_1.suffix.get('align', 'items', 'content'), ...helpers_1.prefix.get('self', 'justify', 'align') ]; module.exports = [...grid, ...flexbox, ...shared];