mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix SCSS imports with relative paths not working
This commit is contained in:
parent
8519f28170
commit
aefa19e850
3 changed files with 27 additions and 13 deletions
|
|
@ -8,8 +8,6 @@
|
|||
/* Original file: tests/_data/formatter/concat.source2.css */
|
||||
|
||||
@charset "UTF-8";
|
||||
/* Original file: tests/_data/formatter/concat.source3.css */
|
||||
|
||||
.imported {
|
||||
background-image: url("../_data/_data/formatter/test.jpg");
|
||||
font-family: sans-serif;
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@
|
|||
/* Original file: tests/_data/formatter/concat.source2.css */
|
||||
|
||||
@charset "UTF-8";
|
||||
/* Original file: tests/_data/formatter/concat.source3.css */
|
||||
|
||||
.imported {
|
||||
background-image: url("../_data/_data/formatter/test.jpg");
|
||||
font-family: sans-serif;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue