UNPKG

postcss-rtl-logical-properties

Version:

This plugin is a PostCSS plugin that replaces supported horizontal direction properties (LTR/RTL) with logical CSS properties (start/end) to add RTL support.

6 lines 241 B
import { getIgnoreDeclarationList } from "./helpers.js"; export const ignoreDeclarationList = getIgnoreDeclarationList(); import plugin from "./plugin.js"; export default plugin; export const postcss = true; //# sourceMappingURL=index.js.map