We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c4c87 commit bbeea27Copy full SHA for bbeea27
examples/component/README.md
@@ -62,7 +62,7 @@ module.exports = {
62
63
# component/webpack-a-component/style.css
64
65
-``` javascript
+``` css
66
.a-component {
67
display: inline;
68
background: url(image.png) repeat;
examples/component/template.md
@@ -25,7 +25,7 @@
25
26
27
28
29
{{component/webpack-a-component/style.css}}
30
```
31
0 commit comments