Layout von Websiten mit Bootstrap und Foundation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_clearfix.scss 93B

1234567
  1. @mixin clearfix() {
  2. &::after {
  3. display: block;
  4. clear: both;
  5. content: "";
  6. }
  7. }