1.1.12 • Published 7 years ago

reverse-tachyons v1.1.12

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago