Skip to content

Commit

Permalink
Docs: Only rgb and hsl are available #346
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Apr 29, 2024
1 parent 67ffcca commit 2e59816
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/app/[locale]/(root)/docs/colors/content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,10 @@ Apply custom colors for the current application.
<div>
<Code lang="css" beautify>{require('!!raw-loader!./tests/override-default-colors/generated.css').default}</Code>
</div>
</details>
</details>

---

## Limitations
### Only `rgb` and `hsl` are available
Variables only support `rgb` and `hsl`, in the future, they will be compatible with all native CSS functions, such as `rgba`, `hsla`, `lab`, and others. [#346](https://github.com/master-co/css/issues/346)

0 comments on commit 2e59816

Please sign in to comment.