-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Black Mirror
committed
Feb 15, 2018
1 parent
115d126
commit 8b46cfa
Showing
19 changed files
with
1,597 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Editor configuration, see http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
max_line_length = off | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
stable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,60 @@ | ||
# flavor-scss | ||
|
||
## Author | ||
Black Mirror | ||
|
||
## Version | ||
v0.0.1 | ||
|
||
bourbon-based scss advances mixins | ||
## Badges | ||
|
||
[![NPM](https://nodei.co/npm/flavor-scss.png)](https://nodei.co/npm/flavor-scss/) | ||
|
||
[![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/docs/index.html) here | ||
|
||
## Description | ||
FlavorJS the definitive JS natives chainable extensions methods (based on lodash & ES6) | ||
|
||
## 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 | ||
|
||
None | ||
|
||
## 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]) --> |
Oops, something went wrong.