UNPKG

stylelint-plugin-logical-css

Version:

A Stylelint plugin to enforce the use of logical CSS properties, values and units.

5 lines (3 loc) 228 B
import useLogicalPropertiesAndValues from './rules/use-logical-properties-and-values/index.js'; import useLogicalUnits from './rules/use-logical-units/index.js'; export default [useLogicalPropertiesAndValues, useLogicalUnits];