UNPKG

yagni.css

Version:

yagni.css - collection of atomic css declarations to be embedded to your project using postcss

6 lines (4 loc) 182 B
.bg-size-cover { background-size: cover; } .bg-size-contain { background-size: contain; } .bg-size-auto { background-size: auto; } .bg-size-unset { background-size: unset; }