Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjaminreid/styles
A simple set of commonly used helpers, mixins and other reusable components for any project that uses Sass.
https://github.com/benjaminreid/styles
Last synced: 3 days ago
JSON representation
A simple set of commonly used helpers, mixins and other reusable components for any project that uses Sass.
- Host: GitHub
- URL: https://github.com/benjaminreid/styles
- Owner: benjaminreid
- License: mit
- Created: 2015-02-24T10:56:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T20:43:23.000Z (over 9 years ago)
- Last Synced: 2024-04-15T22:33:32.880Z (9 months ago)
- Language: CSS
- Size: 230 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# styles
A simple set of commonly used helpers, mixins and other reusable components for any project that uses Sass.## Prerequisites
Sass (and it's dependencies) is the only thing you need installed to compile CSS.
- [Sass](http://sass-lang.com/)
These can be optionally installed to build the documentation and run various other tasks:
- [Node](http://nodejs.org/)
- [NPM](https://www.npmjs.com/)
- [SassDoc](http://sassdoc.com/)## Documentation
The documentation can be built locally by running:
```
npm run docs
```And opened in your default browser by running:
```
npm run open-docs
```You can test out the Sass compilation by running:
```
npm run watch
```