mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-10-29 17:40:29 +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;
|
||||
}
|
||||
Reference in New Issue
Block a user