mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
24 lines
441 B
CSS
24 lines
441 B
CSS
/* Original file: tests/_data/formatter/concat.source1.css */
|
|
|
|
@media screen and (max-width: 640px) {
|
|
|
|
@charset "UTF-8";
|
|
.rhymix {
|
|
background: url("../_data/formatter/foo/bar.jpg");
|
|
}
|
|
|
|
}
|
|
|
|
/* Original file: tests/_data/formatter/concat.source2.css */
|
|
|
|
@charset "UTF-8";
|
|
.imported {
|
|
background-image: url("../_data/_data/formatter/test.jpg");
|
|
font-family: sans-serif;
|
|
}
|
|
.wordpress {
|
|
border-radius: 4px;
|
|
}
|
|
.xpressengine {
|
|
margin: 320px;
|
|
}
|