image.scss 96 B

123456
  1. .image-no-rep {
  2. background-repeat: no-repeat;
  3. }
  4. .image-cover {
  5. background-size: 100% 100%;
  6. }