Skip to content

Commit 4f83328

Browse files
committed
WIP
1 parent 69a50d3 commit 4f83328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ module.exports = {
729729

730730
### extendColors for colorVariable
731731

732-
Instead of using each of the colors between the variables as `colorVariable('var(--colors-red-500)')`,
732+
Instead of using each of the colors between the variables as `colorVariable('var(--colors-red)')`,
733733
You can define colors in the `extendColors` option.
734734

735735
**Example:**

README.tr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ module.exports = {
729729

730730
### colorVariable için extendColors
731731

732-
Değişkenler arasındaki renklerin her birisini `colorVariable('var(--colors-red-500)')` şeklinde kullanmak yerine,
732+
Değişkenler arasındaki renklerin her birisini `colorVariable('var(--colors-red)')` şeklinde kullanmak yerine,
733733
renkleri `extendColors` kısmında tanımlayabilirsiniz.
734734

735735
**Örnek:**

0 commit comments

Comments
 (0)