rtlcss-plugin
v1.0.0
Published
Modern Webpack RTLCSS Plugin
Downloads
3
Maintainers
Readme
RTLCSS-Plugin for Webpack
RTLCSS Plugin helps you transform your hole web site to support Right-To-Left.
Installation
plugins: [
new RtlCssPlugin({
filename: 'app.css'
})
],