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