mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
7 lines
96 B
SCSS
7 lines
96 B
SCSS
.rhymix {
|
|
color: $foo;
|
|
background: url('foo/bar.jpg');
|
|
span {
|
|
@include mymixin($bar);
|
|
}
|
|
}
|