New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lightspeed/cirrus-tokens

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightspeed/cirrus-tokens

## What are `tokens`?

  • 0.0.1-alpha.1
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-54.17%
Maintainers
1
Weekly downloads
 
Created
Source

@lightspeed/cirrus-tokens

What are tokens?

Design Tokens are an abstraction for everything impacting the visual design of an app/platform.

This includes stuff like:

  • font families
  • typography scale
  • spacing scale
  • colors
  • borders-radius
  • media-queries
  • animation timings
  • etc...

It can be reused for multiple platforms (web, iOS, Android, etc...)

Some references on the subject:

Installation

$ npm install --save @lightspeed/cirrus-tokens # or yarn add -S @lightspeed/cirrus-tokens

Usage

For JS Apps (experimental?)

import tokens from '@lightspeed/cirrus-tokens'

For other apps or for the usage of CSS only

You will need

With PostCSS import

add this line to your CSS or Sass file

@import '@lightspeed/cirrus-tokens/index.css';

Without PostCSS import

@import './node_modules/@lightpeed/cirrus-tokens/index.css';

FAQs

Package last updated on 24 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc