1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 23:23:47 +03:00
css/docs/content/support/variables.mdx

16 lines
474 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
2021-03-11 10:22:37 +03:00
status: Stable
2019-11-02 02:35:22 +03:00
---
import {Variables, DeprecationIcon} from '../../src/variables'
2019-12-17 01:09:08 +03:00
<Variables>
The tables below list all of the global SCSS variables defined in [the `support/variables` directory](https://github.com/primer/css/tree/main/src/support/variables).
2019-11-02 02:35:22 +03:00
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>