@import "../../helpers";

.sf-cimage {
  &:not([alt]),
  &[alt=""] {
    outline-color: red;
    outline-width: 1px;
    outline-style: dashed;
  }
}
