You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@atlaskit/css

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/css

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

0.12.0
latest
Source
npmnpm
Version published
Weekly downloads
191K
14.28%
Maintainers
1
Weekly downloads
 
Created
Source

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} />;

FAQs

Package last updated on 27 Jun 2025

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