0.0.4 • Published 7 years ago

vue-css-objects v0.0.4

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

Vue CSS Objects

A WIP collection of OOCSS Objects written in Vue.

Installation


npm install --save vue-css-objects

Usage


import { Media } from 'vue-css-objects'

This package provides the necessary CSS styles to render each object properly, but it's not mandatory to import them: you can use whatever style provider you want to use. Just make sure to map correctly all the classes generated by vue-css-objects.

If you still want to import our generated CSS syles just add

require('vue-css-objects/dist/lib/vue-css-objects.min.css')

to your application entry point.

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago