1.3.4 • Published 4 years ago

js-tachyons v1.3.4

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

4 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5-6

6 years ago

1.0.5-5

6 years ago

1.0.5-4

6 years ago

1.0.5-3

6 years ago

1.0.5-2

6 years ago

1.0.5-1

6 years ago

1.0.5-0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago