Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days ago
JSON representation
Flavor SCSS - Advanced type checking Sass/SCSS Framework with Mixins & Helpers and a fully customizable Grid System
- Host: GitHub
- URL: https://github.com/pixu1980/flavor-scss
- Owner: pixu1980
- License: mit
- Created: 2017-11-28T16:46:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T14:56:49.000Z (over 3 years ago)
- Last Synced: 2024-10-22T22:37:31.850Z (22 days ago)
- Topics: 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
- Language: CSS
- Homepage: https://pixu1980.github.io/flavor-scss/index.html
- Size: 1.27 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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) hereif 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