1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add more example links for CSS preprocessor solution (#3213)

* Add more example link for CSS preprocessor solution

* Change deprecated link
This commit is contained in:
Thongchai Kitiyanantawong 2017-10-31 14:58:50 +07:00 committed by Tim Neutkens
parent 6e44cdef5f
commit ba740460c8

View file

@ -1170,6 +1170,8 @@ Next.js bundles [styled-jsx](https://github.com/zeit/styled-jsx) supporting scop
- [with-external-scoped-css](./examples/with-external-scoped-css) - [with-external-scoped-css](./examples/with-external-scoped-css)
- [with-scoped-stylesheets-and-postcss](./examples/with-scoped-stylesheets-and-postcss) - [with-scoped-stylesheets-and-postcss](./examples/with-scoped-stylesheets-and-postcss)
- [with-global-stylesheet](./examples/with-global-stylesheet) - [with-global-stylesheet](./examples/with-global-stylesheet)
- [with-styled-jsx-scss](./examples/with-styled-jsx-scss)
- [with-styled-jsx-plugins](./examples/with-styled-jsx-plugins)
</details> </details>