From 5eb23a4554d3da0ebb97acda63e368242c907129 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 10 Dec 2025 11:37:50 -0800 Subject: [PATCH] [README] fix formatting --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60281bc..c425654 100644 --- a/README.md +++ b/README.md @@ -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 }`: -````typescript -import { Hype } from 'hype' +```typescript +import { Hype } from "hype" const app = new Hype({ reset: true }) +``` You can also use the css reset in your custom layouts: ```html -```` +``` ### js