se-volt
v0.1.51
Published
Simple Energy Style and Component Library
Readme
Volt Style and Component Library
Installation
npm install se-volt --save-dev
Usage
Sass Library
The uncompiled sass library can be imported directly into your working sass file using:
@import '../path-to/node-modules/se-volt/dist/volt';
Important: Your build script must include some form of autoprefixer as vendor prefixes are not added in the library files.
JS Library
The associated component library can be included in your project using require or ES6 import:
require('se-volt') or import Volt from 'se-volt'
