Skip to content

Commit

Permalink
Add a link to the styles readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Mar 16, 2024
1 parent 750102b commit 78562e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ checkbox := elem.Input(attrs.Props{
})
```

For setting styles, the `styles` subpackage enables you to create style objects and convert them to inline CSS strings:
For setting styles, the [`styles`](styles/README.md) subpackage enables you to create style objects and convert them to inline CSS strings:

```go
// Define a style
Expand Down

0 comments on commit 78562e5

Please sign in to comment.