mirror of
https://github.com/primer/css.git
synced 2024-11-30 01:04:04 +03:00
19 lines
505 B
Plaintext
19 lines
505 B
Plaintext
---
|
|
title: Variables
|
|
path: support/variables
|
|
status: Experimental
|
|
bundle: alerts
|
|
---
|
|
|
|
```
|
|
import {Variables, DeprecationIcon} from '../../src/variables'
|
|
```
|
|
|
|
<Variables>
|
|
|
|
The tables below list all of the global SCSS variables defined in [the `support/variables` directory](https://github.com/primer/css/tree/master/src/support/variables).
|
|
|
|
Variables with a <DeprecationIcon /> are planned for [deprecation](../tools/deprecations) in a future version of `@primer/css`, and should be avoided.
|
|
|
|
</Variables>
|