iOS built-in colors defined as CSS variables.
Usage pre-defined variables in modern browsers or with transforming tools like PostCSS.
@import "ios-color";
body {
color: var(--label);
background-color: var(--system-background);
}
a {
color: var(--system-blue);
}
npm install ios-color
yarn add ios-color
Copyright © 2023 Jianqiu Xiao swordray@gmail.com under The MIT License.