Skip to content

Commit c289c9d

Browse files
committed
updating the readme
1 parent 1d4dc0a commit c289c9d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ Snippets for making documenting your code super fun!
55
Current support:
66

77
- [KSS](https://github.com/kneath/kss)
8+
9+
`//` completes in `scss`, `css`, and `less`
10+
11+
```css
12+
// A description of the whole styling group.
13+
//
14+
// :hover - Subtle hover highlight.
15+
// .class-name - a class description.
16+
//
17+
// No Styleguide
18+
```

0 commit comments

Comments
 (0)