css - How to call the Background-image using sass -


i tried in way body font: 100% $font-stack background: url(images/body-bg.png) repeat #181d25

but showing error i.e invalid.. can me

maybe need write image path string (wrap image path ' or ")

background: url("images/body-bg.png") repeat #181d25; 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -