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

Update README in with-global-stylesheet-simple [ci skip] (#4361)

Use https instead of http for tachyons URL
This commit is contained in:
yhirano55 2018-05-14 01:08:44 +09:00 committed by Tim Neutkens
parent fa5c0b8a47
commit b3e47d19f8

View file

@ -69,7 +69,7 @@ Check out the [with-global-stylesheet](../with-global-stylesheet) example.
}
```
* Install any CSS library using `npm` or `yarn`. In this example, I installed [`tachyons`](http://tachyons.io/).
* Install any CSS library using `npm` or `yarn`. In this example, I installed [`tachyons`](https://tachyons.io/).
* Import the CSS file. Here, I'm importing a CSS file located at `node_modules/tachyons/css/tachyons.min.css`.
```js