Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eddywashere/base-css
- Owner: eddywashere
- Created: 2012-09-03T23:12:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-08T21:14:34.000Z (almost 12 years ago)
- Last Synced: 2024-04-10T09:57:02.516Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)