Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/destos/stylus-brunch
Adds Stylus support to Brunch
https://github.com/destos/stylus-brunch
Last synced: 15 days ago
JSON representation
Adds Stylus support to Brunch
- Host: GitHub
- URL: https://github.com/destos/stylus-brunch
- Owner: destos
- Created: 2012-05-18T16:12:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-31T17:09:33.000Z (over 12 years ago)
- Last Synced: 2024-04-14T14:16:11.644Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## stylus-brunch
Adds [Stylus](http://learnboost.github.com/stylus/) support to
[brunch](http://brunch.io).Also includes [nib](http://visionmedia.github.com/nib/) cross-browser mixins.
## Usage
Add `"stylus-brunch": "x.y.z"` to `package.json` of your brunch app.Pick a plugin version that corresponds to your minor (y) brunch version.
If you want to use git version of plugin, add
`"stylus-brunch": "git+ssh://[email protected]:brunch/stylus-brunch.git"`.