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

https://github.com/digipolitan/sass-boilerplate

SASS boilerplate basic structure
https://github.com/digipolitan/sass-boilerplate

Last synced: 3 months ago
JSON representation

SASS boilerplate basic structure

Awesome Lists containing this project

README

        

Sass boilerplate
======================================

Simple web project architecture using sass

## Requirements
* npm (node package manager)
* Node.js
* Sass
* Compass

## Installation

1. Install npm dependencies

```
npm install
```
4. Use grunt to generate assets and watch for changes

```
grunt default
```