Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jul 11, 2012
1 parent 3d56c5b commit b911dbd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# [CSS3 Please](http://css3please.com/)

## How to build after changing the CSS or JavaScript

```bash
# Install grunt-css if you haven’t already
npm install grunt-css
# Then, just run `grunt` from the root directory of this project
grunt
```

0 comments on commit b911dbd

Please sign in to comment.