tachyons : Functional CSS for humans. You can installing tachyons 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 tachyons $ sudo npm install -g tachyons
If want to update the tachyons package execute the command as below,
$ sudo npm update tachyons
Update package globally,
$ npm install -g tachyons
$ sudo git clone https://github.com/rektide/tachyons.git
$ sudo npm install -g ./tachyons
tachyons@4.9.0 /usr/lib/node_modules/tachyons
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tachyons
| Package Name | tachyons |
| Version | 4.9.0 |
| Description | Functional CSS for humans |
| Released Date | 2017-10-26T22:00:35.723Z |
| Published by | johno |
| How to Learn | https://www.npmjs.com/package/tachyons/tutorial |