ios-color

1.0.1 • Public • Published

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-color

Yarn

yarn add ios-color

License

Copyright © 2023 Jianqiu Xiao swordray@gmail.com under The MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i ios-color

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

5.07 kB

Total Files

5

Last publish

Collaborators

  • swordray