yoso-styles

2.1.14 • Public • Published

yoso-styles

wercker status

A SASS/CSS module providing basic layout and design for modern Apps build with angular or ember generated with yoso-gulp or webpack or browserify.

Integrates best with yoso-gulp

Install

$ npm install yoso-styles --save-dev

Usage

There are options to implement yoso-styles. First one is to inject is as it is, without customisation. In this case require the package in your application.

    require('yoso-styles');

The second option is to add it to your SASS style definitions. Here you can customize the yoso-style settings, overriding the variables.
style.scss

    @import('yoso-styles/source/config');
    // override the variables here
    @import('yoso-styles/source/styles');

Readme

Keywords

none

Package Sidebar

Install

npm i yoso-styles

Weekly Downloads

3

Version

2.1.14

License

none

Last publish

Collaborators

  • alexsedeke