system-ui.com
system-ui.com copied to clipboard
Standards for creating consistent, interoperable user interfaces
The system-ui.com website seems to be incorrectly configured or down:
Consider the following example: ``` colors: { blue: '#07c', blues: [ '#004170', '#006fbe', '#2d8fd5', '#5aa7de', ] } ``` One then has to then assign color names: ``` theme.colors.blues.regalBlue = theme.colors.blues[0]...
Hey @jxnblk, Really liking what I've been reading in the spec so far, as well as following the conversation over in https://github.com/system-ui/theme-specification/issues/1. I was wondering if you could add an...