0.1.0 • Published 19 days ago

@atlaskit/css v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
bitbucket
Last release
19 days ago

CSS

Style components backed by Atlassian Design System design tokens powered by Compiled CSS-in-JS.

Installation

First set up Compiled.

yarn add @atlaskit/css

Update your Compiled config to have importSources point to @atlaskit/css:

{
+  "importSources": ["@atlaskit/css"]
}

Usage

import { css } from '@atlaskit/css';

const basicStyles = css({
  color: 'var(--ds-link)',
});

<div css={basicStyles} />;
0.1.0

19 days ago

0.0.6

24 days ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

5 months ago