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.

10 lines (6 loc) 231 B
import { Props } from './types.cjs'; import plugin from './plugin.cjs'; import 'postcss'; declare const ignoreDeclarationList: Props[]; declare const postcss = true; export { plugin as default, ignoreDeclarationList, postcss };