Skip to content

atriatech/rtlcss-webpack-mix-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 18, 2021
641a4b0 · May 18, 2021

History

2 Commits
Jun 11, 2020
Jun 11, 2020
May 18, 2021
May 18, 2021
May 18, 2021

Repository files navigation

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',
    })
});

Releases

No releases published

Packages

No packages published