mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Add unit tests for CSS imports and relative path conversion
This commit is contained in:
parent
7385d2f097
commit
cb8bb2e1b0
4 changed files with 17 additions and 0 deletions
4
tests/_data/formatter/concat.source3.css
Normal file
4
tests/_data/formatter/concat.source3.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.imported {
|
||||
background-image: url("test.jpg");
|
||||
font-family: sans-serif;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue