vue-css-objects
v0.0.4
Published
A WIP collection of OOCSS Objects written in Vue
Downloads
4
Readme
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.