1.1.12 • Published 6 years ago

reverse-tachyons v1.1.12

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Reverse Tachyons

Convert a tachyons string to its CSS (or JavaScript) equivalent.

Useful if you like tachyons conventions but need the actual CSS instead.

Install

npm install -g reverse-tachyons

Usage (Command line)

From your terminal type:

reverse-tachyons  "w-100 h-100 w-100-ns bg-black pa0" --js

Output

->Defaults:
{ height: '100%',
  width: '100%',
  backgroundColor: '#000',
  padding: '0' }

->Not small:
{ width: '100%' }

Flags

--js Return a JavaScript Object (useful for inline styles in React

If you omit the flag, a CSS formatted declaration will be returned

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago