Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pixu1980/flavor-scss

Flavor SCSS - Advanced type checking Sass/SCSS Framework with Mixins & Helpers and a fully customizable Grid System
https://github.com/pixu1980/flavor-scss

flavor-scss grid-system mixins sass sass-framework sass-functions sass-helpers sass-library sass-mixins sass-module sassdoc scss scss-framework scss-functions scss-helpers scss-library scss-mixins scss-module

Last synced: about 8 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# flavor-scss

## Author
Black Mirror

## Version
v1.10.0

## Badges

[![NPM](https://nodei.co/npm/flavor-scss.png)](https://nodei.co/npm/flavor-scss/)

[![NPM downloads/month](https://img.shields.io/npm/dm/flavor-scss.svg)](hhttps://img.shields.io/npm/dm/flavor-scss.svg)

[![GitHub stars](https://img.shields.io/github/stars/blackmirror1980/flavor-scss.svg?style=plastic)](https://github.com/blackmirror1980/flavor-scss/stargazers) [![GitHub forks](https://img.shields.io/github/forks/blackmirror1980/flavor-scss.svg?style=plastic)](https://github.com/blackmirror1980/flavor-scss/network) [![GitHub issues](https://img.shields.io/github/issues/blackmirror1980/flavor-scss.svg?style=plastic)](https://github.com/blackmirror1980/flavor-scss/issues) [![GitHub license](https://img.shields.io/github/license/blackmirror1980/flavor-scss.svg?style=plastic)](https://github.com/blackmirror1980/flavor-scss/blob/master/LICENSE)

[![Build Status](https://travis-ci.org/blackmirror1980/flavor-scss.svg?branch=master)](https://travis-ci.org/blackmirror1980/flavor-scss) [![Coverage Status](https://coveralls.io/repos/github/blackmirror1980/flavor-scss/badge.svg?branch=master)](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

JS.ORG Logo