Skip to content

Commit ac82aa5

Browse files
authored
Update no-deprecated-colors.md
1 parent 8796d23 commit ac82aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-deprecated-colors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Disallow references to deprecated color variables
22

33

4-
[Theming](https://primer.style/react/theming) in Primer React is made possible by a theme object that defines your application's colors, spacing, fonts, and more. The color variables in Primer React's default theme object are pulled from [Primer Primitives](). When a color variable is deprecated in Primer Primitives, it's important to remove references to that color variable before the variable removed from the library.
4+
[Theming](https://primer.style/react/theming) in Primer React is made possible by a theme object that defines your application's colors, spacing, fonts, and more. The color variables in Primer React's [default theme object](https://primer.style/react/theme-reference) are pulled from [Primer Primitives](https://github.com/primer/primitives). When a color variable is deprecated in Primer Primitives, it's important to remove references to that color variable before the variable removed from the library.
55

66
## Rule details
77

0 commit comments

Comments
 (0)