origin-css.tools.mixins
v0.0.2
Published
Tools/Mixins for the Origin CSS Framework
Readme
Origin.Tools.Mixins
The Origin.Tools.Mixins module contains all global mixins contained within the Origin framework.
Installation
Installing via NPM
npm install origin-css.tools.mixinsMaintenance
When maintaining the tools for Origin, their are some commands you will need to run to generate documentation and compile any SCSS changes for example.
Requirements
You will require the following to be installed on your machine globally before undertaking any maintenance work:
- Node (Latest Stable)
- NPM
- Sass (3.4+)
Commands
Install dependencies
npm installCompile SCSS
npm run styles