Skip to content

Commit

Permalink
I love stylus!
Browse files Browse the repository at this point in the history
  • Loading branch information
caseywebdev committed Aug 28, 2012
1 parent dfb3f80 commit e45e5e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/dpr.styl
Expand Up @@ -13,10 +13,10 @@ dpr-replacer(lft rt n)
lft + dpr-delimiter + n + 'x.' + rt // all other dprs

// Do work
dpr(sel lft rt siz bkg)
{sel}
dpr(lft rt siz bkg)
&
background bkg if bkg
background-size siz if siz
for n in dpr-available
.dpr-{n} {sel}
.dpr-{n} &
background-image url(dpr-replacer(lft, rt, n))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dpr",
"version": "0.0.3",
"version": "0.0.4",
"author": "Casey Foster <casey@caseywebdev.com>",
"licence": "MIT",
"repository": {
Expand Down

0 comments on commit e45e5e4

Please sign in to comment.