Skip to content

Commit

Permalink
Modify scss to css.
Browse files Browse the repository at this point in the history
  • Loading branch information
mashiro committed Dec 20, 2011
1 parent 07906dc commit 9e066b6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Expand Up @@ -56,14 +56,8 @@ end

```css
// Show the sort direction.
.sort_link {
&.asc:after {
content: " \25b2";
}
&.desc:after {
content: " \25bc";
}
}
.sort_link.asc:after { content: " \25b2"; }
.sort_link.desc:after { content: " \25bc"; }
```

## Copyright
Expand Down

0 comments on commit 9e066b6

Please sign in to comment.