This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@godaddy/webpack-rtlcss-plugin

1.0.0 • Public • Published

webpack-rtlcss-plugin

Webpack plugin that takes a .css chunk and processes RTL (right to left) conversion. Unlike other Webpack RTL plugins, this plugin DOES NOT create a separate .css file.

Uses rtlcss under the hood. For more information on how to utilize rtlcss check out the rtlcss docs.

Install

npm install @godaddy/webpack-rtlcss-plugin --save-dev

Usage

const RTLPlugin = require('@godaddy/webpack-rtlcss-plugin');

// Within Webpack config

plugins: [
  ...other webpack plugins
  new RTLPlugin()
],

Example

Check out the test webpack config to see an example of how @godaddy/webpack-rtlcss-plugin works with mini-css-extract-plugin.

Readme

Keywords

Package Sidebar

Install

npm i @godaddy/webpack-rtlcss-plugin

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

16.3 kB

Total Files

12

Last publish

Collaborators

  • swaagie
  • mmason2
  • jpina1-godaddy
  • jgowdy
  • ibrandao
  • jpage
  • kinetifex
  • rxmarbles
  • kquerna
  • 3rdeden
  • jcrugzz
  • dcousineau