WinLess
WinLess copied to clipboard
background, background-position, background-repeat
background: url('img/logo.png'); background: url('img/logo.svg') rgba(0, 0, 0, 0); background-position: left center; background-repeat: no-repeat;
position and repeat doesnt work.
You can just keep it in one line, the 'background' can be used for multiple options.
.div{background: #000 url('img/logo.png') left-center no-repeat;}