ios-color
v1.0.1
Published
[iOS built-in colors](https://developer.apple.com/design/human-interface-guidelines/color) defined as CSS variables.
Downloads
4
Readme
ios-color
iOS built-in colors defined as CSS variables.
Usage
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);
}Install
NPM
npm install ios-colorYarn
yarn add ios-colorLicense
Copyright © 2023 Jianqiu Xiao [email protected] under The MIT License.
