Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsnow301 authored Dec 24, 2024
1 parent f958847 commit 747cffc
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-styles";
@use "pkg: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-styles/components/Button";
@use "pkg:tgui-styles/components/Dialog";
@use "pkg:tgui-styles/components/NoticeBox";
@use "pkg:tgui-core/styles/components/Button";
@use "pkg:tgui-core/styles/components/Dialog";
@use "pkg:tgui-core/styles/components/NoticeBox";
```

## License
Expand Down

0 comments on commit 747cffc

Please sign in to comment.