0.2.17 • Published 15 days ago

@launchpad-ui/vars v0.2.17

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
15 days ago

@launchpad-ui/vars

Vanilla Extract design token references for LaunchPad styles.

See it on NPM! How big is this package in your project?

Installation

$ yarn add @launchpad-ui/vars
# or
$ npm install @launchpad-ui/vars

Usage

Vanilla Extract styles

import { vars } from '@launchpad-ui/vars';
import { style } from '@vanilla-extract/css';

export const container = style({
  backgroundColor: vars.color.bg.ui.secondary,
  color: vars.color.text.ui.secondary,
  padding: vars.spacing[500],
  border: `${vars.border.width[300]} solid ${vars.color.border.ui.primary}`,
  fontSize: vars.font.size[300],
});

Note

The @launchpad-ui/tokens package must be installed and its tokens imported to ensure styles are applied.

0.2.17

15 days ago

0.2.16

28 days ago

0.2.15

2 months ago

0.2.14

2 months ago

0.2.13

3 months ago

0.2.12

3 months ago

0.2.11

3 months ago

0.2.10

4 months ago

0.2.9

5 months ago

0.2.8

6 months ago

0.2.7

6 months ago

0.2.6

6 months ago

0.2.6-alpha.1

6 months ago

0.2.6-alpha.0

7 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.2.4-alpha.0

7 months ago

0.2.3

7 months ago

0.2.2

8 months ago

0.2.1

9 months ago

0.2.0

10 months ago

0.1.0

10 months ago