Spuit

A Sass Mixin Library from is8r to is8r

npm

install:

$ npm install spuit

import:

@import "node_modules/spuit/spuit";

ore

@import "~spuit";

rails

import:

@import "spuit";

For Development

local server

$ yarn install
$ yarn run dev

deploy

npm:

$ npm publish

gem:

$ rake release