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