Skip to content

Like Tachyons but without media-queries, colors and normalize.css

License

Notifications You must be signed in to change notification settings

accurat/tachyons-lite

Repository files navigation

Tachyons Lite

Like Tachyons but without media-queries, colors and normalize.css

Sometimes you don't need tachyons' media queries, you have your own color palette and you want to use modern-normalize instead of normalize.css.

This is the library for you! It is 75% smaller than the original tachyons, weighing only 18KB (minified) against the 79KB of the (minified) original tachyons bundle.

Install

yarn add @accurat/tachyons-lite

Usage

If you're using webpack, you can just do

import '@accurat/tachyons-lite'

Otherwise you can use it from the CDN, put this in your html

<link rel="stylesheet" href="https://unpkg.com/@accurat/tachyons-lite/tachyons-lite.min.css">

About

Like Tachyons but without media-queries, colors and normalize.css

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published