Skip to content

Commit 3496f47

Browse files
committed
Add link to webpack-rtl-example
1 parent 4746082 commit 3496f47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Uses [rtlcss](https://github.com/MohammadYounes/rtlcss) under the hood.
88

99
**Warning** This module should only be used for development. The processing of your css being done server-side, the bundle will include both the regular css and the rtl version, which can make your bundle a lot bigger. If you're using the `extract-text-webpack-plugin`, check out the [webpack-rtl-plugin](https://github.com/romainberger/webpack-rtl-plugin).
1010

11+
Check out the [webpack-rtl-example](https://github.com/romainberger/webpack-rtl-example) to see an example of an app using the rtl-css-loader and webpack-rtl-plugin.
12+
1113
## installation
1214

1315
`npm install rtl-css-loader --save-dev`

0 commit comments

Comments
 (0)