File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ module.exports = {
729
729
730
730
### extendColors for colorVariable
731
731
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)') ` ,
733
733
You can define colors in the ` extendColors ` option.
734
734
735
735
** Example:**
Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ module.exports = {
729
729
730
730
### colorVariable için extendColors
731
731
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,
733
733
renkleri ` extendColors ` kısmında tanımlayabilirsiniz.
734
734
735
735
** Örnek:**
You can’t perform that action at this time.
0 commit comments