Snippets

Michael Gale Breakpoint Mixin

Created by Michael Gale
1
2
3
4
// Breakpoint Mixin
@mixin bp($point) {
	@media (min-width: $point) { @content; }
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.