Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aynı value'ya sahip farklı classlar oluşturulurken aynı isimle oluşturulması sorunu #52

Open
yavuzselimkurnaz opened this issue Mar 22, 2021 · 0 comments

Comments

@yavuzselimkurnaz
Copy link

'color': (
    property: color,
    values: (
      'muted': $g-text-muted-color,
      'primary': $color-primary,
      'success': $color-success,
      'danger': $color-danger,
      'warning': $color-warning,
      'gray-400': $g-text-muted-color,
    ),
  ),

Yukarıdaki gibi kullanımda aynı value'a sahip('muted' ve 'gray-400') 2 farklı class oluşturmaya çalıştığımızda sistem .u-color-muted .u-color-gray-400 class'larını ayrı ayrı oluşturmak yerine, aynı isimle 2 tane .u-muted-color class'ı oluşturuyor. Bu durum da aşağıdaki satırdan kaynaklanıyor:

nth($property-class-modifier, index($property-value, $value))

Burada index'i alıyoruz, map'in içerisinde 2 tane aynı value olduğu için ilkinin index'ini döndürüyor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant