Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 365 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 365 Bytes

RTLCSS plugin for Laravel Mix

It's based on webpack-rtl-plugin.

Install

npm i rtlcss-webpack-mix-plugin -s

Usage

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

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