flavor-scss
Version:
Flavor SCSS - Advanced type checking Sass/SCSS Framework with Mixins & Helpers and a fully customizable Grid System
79 lines (53 loc) • 3.19 kB
Markdown
# flavor-scss
## Author
Black Mirror
## Version
v1.10.0
## Badges
[](https://nodei.co/npm/flavor-scss/)
[](hhttps://img.shields.io/npm/dm/flavor-scss.svg)
[](https://github.com/blackmirror1980/flavor-scss/stargazers) [](https://github.com/blackmirror1980/flavor-scss/network) [](https://github.com/blackmirror1980/flavor-scss/issues) [](https://github.com/blackmirror1980/flavor-scss/blob/master/LICENSE)
[](https://travis-ci.org/blackmirror1980/flavor-scss) [](https://coveralls.io/github/blackmirror1980/flavor-scss?branch=master)
## Documentation
Check out the [Latest Documentation](https://blackmirror1980.github.io/flavor-scss/index.html) here
if you want to override the grid-system please add this code after importing main flavor-scss code in you sass/scss codebase
after your modifications to grid-system variables if u want to use the default stuff, otherwise pass them as parameters
```scss
@include grid-system;
```
## Changelog
Check out the [Changelog](https://github.com/blackmirror1980/flavor-scss/blob/master/CHANGELOG.md)
## Description
Flavor SCSS - Advanced type checking Sass/SCSS Framework with Mixins & Helpers and a fully customizable Grid System
## Example
Check out this [Codepen]() example
## Installation
This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.
```sh
npm install flavor-scss --save
```
## Dependencies
None
## Dev Dependencies
- [merge](https://ghub.io/merge): Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.
- [minimatch](https://ghub.io/minimatch): a glob matcher in javascript
- [pkg-2-readme](https://ghub.io/pkg-2-readme): Generate a README.md from package.json contents
- [sass-lint](https://ghub.io/sass-lint): All Node Sass linter!
- [sassdoc](https://ghub.io/sassdoc): Release the docs!
- [node-sass](https://ghub.io/node-sass): Wrapper around libsass
## Tests
```sh
npm install
npm test
```
## License
MIT
## Powered By
<a href="http://js.org" target="_blank" title="JS.ORG | JavaScript Community">
<img src="http://logo.js.org/dark_horz.png" width="102" alt="JS.ORG Logo"/></a>
<!-- alternatives [bright|dark]_[horz|vert|tiny].png (width[horz:102,vert:50,tiny:77]) -->