[README] fix formatting
This commit is contained in:
parent
8c3ac32578
commit
5eb23a4554
|
|
@ -134,16 +134,17 @@ Install the `vscode-styled-components` VSCode extension to highlight inline `css
|
||||||
|
|
||||||
To use reset.css with the default layout, create `Hype` with `{ reset: true }`:
|
To use reset.css with the default layout, create `Hype` with `{ reset: true }`:
|
||||||
|
|
||||||
````typescript
|
```typescript
|
||||||
import { Hype } from 'hype'
|
import { Hype } from "hype"
|
||||||
|
|
||||||
const app = new Hype({ reset: true })
|
const app = new Hype({ reset: true })
|
||||||
|
```
|
||||||
|
|
||||||
You can also use the css reset in your custom layouts:
|
You can also use the css reset in your custom layouts:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<link href="/css/reset.css" rel="stylesheet" />
|
<link href="/css/reset.css" rel="stylesheet" />
|
||||||
````
|
```
|
||||||
|
|
||||||
### js
|
### js
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user