Skip to content

Commit

Permalink
chore: udpate README
Browse files Browse the repository at this point in the history
  • Loading branch information
aminmokhtari94 committed Oct 30, 2023
1 parent 57284c1 commit a791706
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ NuxtJs RTLCSS Module to build Cascading Style Sheets (CSS) with Left-To-Right (L

## Features

-  Auto RTL All Styles
- Nuxt 3
- 🙂  Auto RTL All Styles
- Nuxt 3

## Quick Setup

Expand All @@ -37,15 +37,24 @@ npm install --save-dev nuxt-rtlcss
export default defineNuxtConfig({
modules: [
// "@nuxtjs/tailwindcss" or any styled base module
// ...
"nuxt-rtlcss",
],
rtlcss: {
// ... options
},
});
```

> ⚠️ make sure load `nuxt-rtlcss` module at the end of `modules` list.
> ⚠️ make sure load `rtlcss` module at the end of `modules` list.
That's it! You can now use RTLCSS Module in your Nuxt app ✨

## Options

- Add `nuxt-rtlcss` to the root of `nuxt.config.ts`
- Read options and more informations at [elchininet/postcss-rtlcss](https://github.com/elchininet/postcss-rtlcss/tree/v4.0.8) repository

## Development

```bash
Expand Down

0 comments on commit a791706

Please sign in to comment.