An open API service indexing awesome lists of open source software.

https://github.com/atriatech/rtlcss-webpack-mix-plugin

RTLCSS plugin for webpack mix
https://github.com/atriatech/rtlcss-webpack-mix-plugin

laravel mix rtl rtlcss webpack webpack-plugin

Last synced: 21 days ago
JSON representation

RTLCSS plugin for webpack mix

Awesome Lists containing this project

README

          

# RTLCSS plugin for Laravel Mix

It's based on [webpack-rtl-plugin](https://github.com/romainberger/webpack-rtl-plugin).

# Install
```shell script
npm i rtlcss-webpack-mix-plugin -s
```

# Usage

```javascript
const RTLCSSPlugin = require('rtlcss-webpack-mix-plugin');

mix.webpackConfig({
new RTLCSSPlugin({
filename: '[name].rtl.css',
})
});
```