0.4.1 • Published 8 years ago
@heft/colors v0.4.1
UI Colors for heft.io
Project to maintain brand colors and re-use them whenever needed. The TypeScript package is compiled using CircleCI 2 and triggered by a GitHub Release. Afterwards it's published on NPM as @heft/colors
…
Installation
# use NPM
$ > npm install @heft/colors
# use YARN
$ > yarn add @heft/colors --dev
Usage
For example in a theme for styled components …
import { BLACK, WHITE } from '@heft/colors'
const Theme = {
background: WHITE
text: BLACK
}
export default Theme
0.4.1
8 years ago
0.4.0
8 years ago
0.3.3
8 years ago
0.3.2
8 years ago
0.3.1
8 years ago
0.3.0
8 years ago
0.2.9
8 years ago
0.2.8
8 years ago
0.2.6
8 years ago
0.2.5
8 years ago
0.2.4
8 years ago
0.2.3
8 years ago
0.2.2
8 years ago
0.2.0
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.3
8 years ago
0.1.0
8 years ago