Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eddywashere/base-css

Starting point for css across multiple pre processors
https://github.com/eddywashere/base-css

Last synced: 25 days ago
JSON representation

Starting point for css across multiple pre processors

Awesome Lists containing this project

README

        

### base-css

Starting point for css across multiple preprocessors.
Inpired by [mvcss](https://github.com/mvcss/MVCSS) and [smacss](http://smacss.com/).

Current build organizaion: assets > css > dist/css

Install dependencies

```
npm install
```

Grunt task to watch less, sass and stylus files

```
grunt watch
```

Build production ready css in dist/css folders

```
grunt build
```

# License

License: [http://eddywashere.mit-license.org](http://eddywashere.mit-license.org)