Skip to content

Commit bbeea27

Browse files
committed
fixed styling
1 parent 31c4c87 commit bbeea27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/component/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262

6363
# component/webpack-a-component/style.css
6464

65-
``` javascript
65+
``` css
6666
.a-component {
6767
display: inline;
6868
background: url(image.png) repeat;

examples/component/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# component/webpack-a-component/style.css
2727

28-
``` javascript
28+
``` css
2929
{{component/webpack-a-component/style.css}}
3030
```
3131

0 commit comments

Comments
 (0)