Second Commit
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

8 satır
190 B

  1. @each $color, $value in $theme-colors {
  2. @each $position in ['left', 'bottom'] {
  3. .border-#{$position}-#{$color} {
  4. border-#{$position}: .25rem solid $value !important;
  5. }
  6. }
  7. }