Guest User

Untitled

a guest
Jun 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $arrayColors: (
  2. white,
  3. black,
  4. green,
  5. red,
  6. orange
  7. );
  8.  
  9. @each $key, $color in $arrayColors {
  10. .color-#{$key}
  11. {
  12. color: $breakpoint;
  13. }
  14. }
Add Comment
Please, Sign In to add comment