//
//  Footer Mixins
//

@mixin footer-modern() {
	@include media-breakpoint-up($modern-design-breakpoint) {
		@content;
	}
}
