Viewing a map object

PHOTO EMBED

Sun Sep 08 2024 05:32:38 GMT+0000 (Coordinated Universal Time)

Saved by @davidmchale #css #map-get #maps #object #loop

$colors: (
  purple: #6a0dad,
  blue: #3498db,
  green: #2ecc71
);

@each $key, $val in $colors {
  @debug 'Key: #{$key}, Value: #{$val}';
}


//preview in the terminal
content_copyCOPY