Skip to content

Commit 3c5ed0f

Browse files
pascalgermainyoshuawuyts
authored andcommitted
Fix compiled CSS in first README example (#149)
1 parent 1257c73 commit 3c5ed0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ browserify -t sheetify index.js > bundle.js
4343

4444
CSS classes are namespaced based on the content hash:
4545
```css
46-
._60ed23ec9f h1 {
46+
._60ed23ec9f > h1 {
4747
text-align: center;
4848
}
4949
```

0 commit comments

Comments
 (0)