1.0.5 • Published 8 years ago

@vigour-io/css-class v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
8 years ago

css-class

Build Status js-standard-style npm (scoped)

Reusable CSS classes for Vigour apps

Getting started

Install it:

npm i @vigour-io/css-class --save

Require it:

require('@vigour-io/css-class')

Use it:

const render = require('brisky/render')

const app = {
  element: {
    class: 'flex-grid full-absolute'
  }
}

document.body.appendChild(render(element))

Available classes:

.flex-column
.flex-grid
.flex-row
.full-absolute
.full-fixed
.inline-row
.justify-center
.scroll-x
.scroll-y
.transform-03s
1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago