1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 07:53:06 +03:00
css/docs/content/support/variables.mdx

19 lines
505 B
Plaintext
Raw Normal View History

2019-11-02 02:35:22 +03:00
---
title: Variables
2019-12-17 01:09:08 +03:00
path: support/variables
status: Experimental
bundle: alerts
2019-11-02 02:35:22 +03:00
---
2020-09-19 13:56:51 +03:00
```
2019-11-02 02:35:22 +03:00
import {Variables, DeprecationIcon} from '../../src/variables'
2020-09-19 13:56:51 +03:00
```
2019-11-02 02:35:22 +03:00
2019-12-17 01:09:08 +03:00
<Variables>
2019-11-02 02:35:22 +03:00
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.
2019-12-17 01:09:08 +03:00
</Variables>