@use "sass:string";

@import "breakpoints";

:export {
  @each $key, $value in $breakpoints {
    #{unquote($key)}: $value;
  }
}
