Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmouse/susy-two
This is an example using Silex and Susy two
https://github.com/dmouse/susy-two
Last synced: 1 day 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-30T17:42:29.000Z (over 10 years ago)
- Last Synced: 2024-11-11T06:31:15.379Z (about 1 month 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
```