1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00
css/docs/content/support/variables.mdx
2020-09-19 19:56:51 +09:00

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>