Question Details

No question body available.

Tags

css angular sass

Answers (1)

October 30, 2025 Score: 2 Rep: 59,131 Quality: Low Completeness: 60%

It's looks like work. But you have two type errors

See that phoneis enclosed by quotes

@include mixins.change-layout('phone')

and should be $screen-sizein warn

@else {
    @warn "El breakpoint #{$screen-size} no está definido.";
  }

a stackblitz