From 8a2fd3645ed6b9258dfd092ea36ab74d49e288a0 Mon Sep 17 00:00:00 2001 From: suu3 Date: Wed, 7 Feb 2024 13:39:53 +0900 Subject: [PATCH] docs: fix filename in the code --- site/docs/overview/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/overview/getting-started.md b/site/docs/overview/getting-started.md index a823f34b6..fdfbb6974 100644 --- a/site/docs/overview/getting-started.md +++ b/site/docs/overview/getting-started.md @@ -32,7 +32,7 @@ A stylesheet can be made by adding a `.css.ts` file into your project. For example: ```ts compiled -// app.css.ts +// styles.css.ts import { style } from '@vanilla-extract/css'; export const container = style({ @@ -53,7 +53,7 @@ By importing the style we receive the scoped class name that was generated and w ```ts compiled // app.ts -import { container } from './app.css.ts'; +import { container } from './styles.css.ts'; document.write(`