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:
parent
fa5c0b8a47
commit
b3e47d19f8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue