https://github.com/dmouse/susy-two
This is an example using Silex and Susy two
https://github.com/dmouse/susy-two
Last synced: about 2 months ago
JSON representation
This is an example using Silex and Susy two
- Host: GitHub
- URL: https://github.com/dmouse/susy-two
- Owner: dmouse
- License: mit
- Created: 2014-03-29T15:36:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-30T17:42:29.000Z (about 11 years ago)
- Last Synced: 2025-02-14T04:43:28.349Z (4 months ago)
- Language: CSS
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Susy two example
========This is an example using Silex and Susy two
Install
=========
```bash
$ git clone https://github.com/dmouse/susy-two.git
$ cd susy-two
$ composer install```
Development
========```bash
$ cd web/css/Susy
$ compass compile
$ compass watch```
Requirements
========* Sass
* Compass
* Breakpoint
* Susy```bash
$ gem install sass compass breakpoint susy
```