0.6.0 • Published 8 months ago

@atlaskit/css v0.6.0

Weekly downloads
-
License
Apache-2.0
Repository
bitbucket
Last release
8 months 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.6.0

8 months ago

0.5.3

9 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

10 months ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.4.0

11 months ago

0.1.0

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

2 years ago