From 3d24927742ee9c6f297bff385324283bb04c9168 Mon Sep 17 00:00:00 2001 From: jlsnow301 Date: Sat, 4 Jan 2025 16:34:25 -0800 Subject: [PATCH] readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9607e7..86fb842 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You have two options for importing styles: To import all styles at once, add the following line to your main Sass file: ```scss -@use "pkg:tgui-core/styles"; +@use "~tgui-core/styles"; ``` ### 2. Importing Individual Styles @@ -49,9 +49,9 @@ To import all styles at once, add the following line to your main Sass file: To import individual styles, add any of the exported styles to your main Sass file: ```scss -@use "pkg:tgui-core/styles/components/Button"; -@use "pkg:tgui-core/styles/components/Dialog"; -@use "pkg:tgui-core/styles/components/NoticeBox"; +@use "~tgui-core/styles/components/Button.scss"; +@use "~tgui-core/styles/components/Dialog.scss"; +@use "~tgui-core/styles/components/NoticeBox.scss"; ``` ## License