pixu1980 / flavor-scss

Flavor SCSS - Advanced type checking Sass/SCSS Framework with Mixins & Helpers and a fully customizable Grid System

Home Page:https://pixu1980.github.io/flavor-scss/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flavor-scss

Author

Black Mirror

Version

v1.10.0

Badges

NPM

NPM downloads/month

GitHub stars GitHub forks GitHub issues GitHub license

Build Status Coverage Status

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

Powered By

JS.ORG Logo

About

Flavor SCSS - Advanced type checking Sass/SCSS Framework with Mixins & Helpers and a fully customizable Grid System

https://pixu1980.github.io/flavor-scss/index.html

License:MIT License


Languages

Language:CSS 99.2%Language:JavaScript 0.8%