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
- Host: GitHub
- URL: https://github.com/atriatech/rtlcss-webpack-mix-plugin
- Owner: atriatech
- Created: 2020-06-11T18:37:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T16:59:08.000Z (over 3 years ago)
- Last Synced: 2025-10-10T09:29:11.597Z (4 months ago)
- Topics: laravel, mix, rtl, rtlcss, webpack, webpack-plugin
- Language: JavaScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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',
})
});
```