0.1.9 • Published 7 years ago

random-a11y-combo-tachyons v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

random-a11y-combo-tachyons

Why?

I had a list of nav items that I wanted to randomly generate colors for and I was using Tachyons in the project. So...

// import (or whatever) `randTach` from 'random-a11y-combo-tachyons'

const randTach = require('random-a11y-combo-tachyons');

// provide a color code:
// NB: color code provided MUST be in `./src/colors.js`

randTach('#111');
// returns: ['near-black', 'washed-blue']

randTach('#111');
// returns: ['near-black', 'washed-green']

randTach('#111');
// returns: ['near-black', 'light-yellow']

Super duper WIP. Assistance appreciated.

This project is inspired by random-a11y

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago