1.3.4 • Published 6 years ago

js-tachyons v1.3.4

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

js-tachyons

A hand-tweaked build of the popular Functional CSS library Tachyons. Built in order to facilitate code reuse between front-end projects. Intended for personal use, but feel free to fork and adapt to your own needs.

Usage

To customize, tweak the files in src/config/ to your liking, then run:

# Install dependencies.
$ yarn -s
# Output generated CSS to `dist`.
$ yarn generate

You could then publish to NPM or a private registry (after editing package.json to specify your own package name) with yarn publish.

Alternatively, if you want to avoid having to re-publish every time you make a change while developing locally, you can make use of yarn's link functionality:

# In the root of your custom `tachyons` package:
cd ~/my-custom-tachyons
yarn link
# In the root of your project that depends on said package:
cd ~/my-web-app
yarn link my-custom-tachyons

This will create a symbolic link in your app's node_modules folder that resolves to the local installation of your custom Tachyons package. Be sure to run yarn unlink my-custom-tachyons when you're done testing.

1.3.4

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 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

1.0.5-6

7 years ago

1.0.5-5

7 years ago

1.0.5-4

7 years ago

1.0.5-3

7 years ago

1.0.5-2

7 years ago

1.0.5-1

7 years ago

1.0.5-0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago