rtlcss : Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL). You can installing rtlcss npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install rtlcss $ sudo npm install -g rtlcss
If want to update the rtlcss package execute the command as below,
$ sudo npm update rtlcss
Update package globally,
$ npm install -g rtlcss
$ sudo git clone https://github.com/rektide/rtlcss.git
$ sudo npm install -g ./rtlcss
rtlcss@2.2.1 /usr/lib/node_modules/rtlcss
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rtlcss
| Package Name | rtlcss |
| Version | 2.2.1 |
| Description | Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL) |
| Released Date | 2017-11-08T22:35:10.346Z |
| Published by | myounes |
| How to Learn | https://www.npmjs.com/package/rtlcss/tutorial |