mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2026-01-31 05:26:08 +00:00
Refactored.
This commit is contained in:
8
test/fixtures/assets/imported.css
vendored
Normal file
8
test/fixtures/assets/imported.css
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
body {
|
||||
border: solid 4px green;
|
||||
}
|
||||
#import {
|
||||
background-image: url('./person.png');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
BIN
test/fixtures/assets/person.png
vendored
Normal file
BIN
test/fixtures/assets/person.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
Reference in New Issue
Block a user