yagni.css
Version:
yagni.css - collection of atomic css declarations to be embedded to your project using postcss
7 lines (5 loc) • 400 B
CSS
.bg-center { background-repeat: no-repeat; background-position: center center; }
.bg-right { background-repeat: no-repeat; background-position: center right; }
.bg-left { background-repeat: no-repeat; background-position: center left; }
.bg-top { background-repeat: no-repeat; background-position: center top; }
.bg-bottom { background-repeat: no-repeat; background-position: center bottom; }