UNPKG

stylelint-config-clean-order

Version:

Order your styles with stylelint-order.

7 lines (6 loc) 164 B
import { getConfig } from "./config.js"; const config = getConfig({ severity: 'error', }); export default config; export { propertyGroups } from "./config.js";