1.1.0 • Published 6 years ago

i-colors v1.1.0

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

i-colors A tiny css librarie to use inside my i-components.

Installation

Install via npm

npm install i-colors --save

Usage

Inside package.json has been declared

{
  "style": "dist/i-colors.css"
}

But if you need, just use like

import 'i-colors/dist/i-colors.css'

// or

require('i-colors/dist/i-colors.css')

Colors

Actually we have 10 colors, are:

Classes

Classes are formed by prefix-type-color, examples:

  • is-color-green
  • is-outline-green
  • is-background-green

Example

JSFiddle

1.1.0

6 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

0.0.0

7 years ago