Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 303 Bytes

A RTL Plugin for WindiCSS

It supports classes like ms-3, me-2.1, -ms-4, ps-$myvar, pe-50vh, start-5, end-1/2 ...

Setup:

in windi.config.js:

import { defineConfig } from 'windicss/helpers'

export default defineConfig({
  plugins: [
    require('windicss-rtl'),
  ]
})