mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Minor grammatical fix: "resembling of" -> "similar to" (#2669)
This commit is contained in:
parent
93e15a23b9
commit
23444fc74e
|
@ -110,7 +110,7 @@ export default () => (
|
||||||
<ul><li><a href="./examples/basic-css">Basic css</a></li></ul>
|
<ul><li><a href="./examples/basic-css">Basic css</a></li></ul>
|
||||||
</details></p>
|
</details></p>
|
||||||
|
|
||||||
We bundle [styled-jsx](https://github.com/zeit/styled-jsx) to provide support for isolated scoped CSS. The aim is to support "shadow CSS" resembling of Web Components, which unfortunately [do not support server-rendering and are JS-only](https://github.com/w3c/webcomponents/issues/71).
|
We bundle [styled-jsx](https://github.com/zeit/styled-jsx) to provide support for isolated scoped CSS. The aim is to support "shadow CSS" similar to Web Components, which unfortunately [do not support server-rendering and are JS-only](https://github.com/w3c/webcomponents/issues/71).
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
export default () => (
|
export default () => (
|
||||||
|
|
Loading…
Reference in a new issue