Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Fixed first line of sample code that was not rendered properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
tauren committed Jun 14, 2011
1 parent 514c12a commit 2dfcbbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,7 @@ language, parse it in node, and render it with ccss.
install: `npm install ccss`

main.coffee:

ccss = require 'ccss'

template = require './template.coffee'
Expand All @@ -16,6 +17,7 @@ main.coffee:
#or all at once: ccss.compileFile './template.coffee', 'main.css'

template.coffee:

borderRadius = (str) ->
WebkitBorderRadius: str
MozBorderRadius: str
Expand Down Expand Up @@ -45,6 +47,7 @@ template.coffee:
opacity: opaque

main.css:

form input {
padding: 5px;
border: 1px solid;
Expand Down

0 comments on commit 2dfcbbb

Please sign in to comment.