flavor-scss
v1.10.0
Published
Flavor SCSS - Advanced type checking Sass/SCSS Framework with Mixins & Helpers and a fully customizable Grid System
Downloads
662
Maintainers
Readme
flavor-scss
Author
Black Mirror
Version
v1.10.0
Badges
Documentation
Check out the Latest Documentation 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
@include grid-system;
Changelog
Check out the Changelog
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 module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install flavor-scss --save
Dependencies
None
Dev Dependencies
- 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: a glob matcher in javascript
- pkg-2-readme: Generate a README.md from package.json contents
- sass-lint: All Node Sass linter!
- sassdoc: Release the docs!
- node-sass: Wrapper around libsass
Tests
npm install
npm test
License
MIT