css-token
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

CSS Token

CSS Token provides a set of design tokens and utilities that enable a standardized system to specify colors, sizes, shadows, and other design-related values in your app.

  • Minimal: No build step, easily use with inline styles via CSS Hooks1.
  • Flexible: Static and dynamic tokens for custom use cases.
  • SSR-safe: Tokens work on the server and client.
  • Strongly typed: Tokens can be narrowly typed to prevent invalid values.

View the docs for more information.

1CSS Hooks is a refreshingly light styling solution that lets you to "hook" into CSS features like :hover and media queries directly from the style prop. With minimal overhead, you enjoy the benefits of local reasoning, reusing your existing knowledge of standard CSS, strong typing, while being SSR-safe.

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i css-token

    Weekly Downloads

    4

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    156 kB

    Total Files

    71

    Last publish

    Collaborators

    • atomiks