Skip to content

Commit

Permalink
Add a link to the styles readme
Browse files Browse the repository at this point in the history
chasefleming committed Mar 16, 2024

Verified

This commit was signed with the committer’s verified signature.
dchassin David P. Chassin
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
@@ -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

0 comments on commit 78562e5

Please sign in to comment.