Files
inline-html/test/fixtures/assets/imported.css

8 lines
156 B
CSS
Raw Normal View History

2015-07-22 15:51:14 -07:00
body {
border: solid 4px green;
}
#import {
background-image: url('./person.png');
background-size: contain;
background-repeat: no-repeat;
}