Clear.scss 93 B

123456
  1. // Clear
  2. @each $name in left, right, none, both {
  3. .clear-#{$name} {
  4. clear: #{$name};
  5. }
  6. }