Files
inline-html/test/fixtures/assets/imported.css
Alexandre Gigliotti f4085786f6 Refactored.
2015-07-23 08:28:22 -07:00

8 lines
156 B
CSS

body {
border: solid 4px green;
}
#import {
background-image: url('./person.png');
background-size: contain;
background-repeat: no-repeat;
}