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
- Host: GitHub
- URL: https://github.com/digipolitan/sass-boilerplate
- Owner: Digipolitan
- License: other
- Created: 2016-05-17T16:13:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-17T16:21:22.000Z (about 9 years ago)
- Last Synced: 2025-01-17T00:20:11.108Z (4 months ago)
- Language: CSS
- Size: 996 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```