Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsnow301 committed Jan 5, 2025
1 parent a9acfde commit 3d24927
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ 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

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
Expand Down

0 comments on commit 3d24927

Please sign in to comment.