1.1.12 • Published 8 years ago

reverse-tachyons v1.1.12

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

8 years ago

1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

10 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago