mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
11 lines
204 B
SCSS
11 lines
204 B
SCSS
@import 'scss/include1.scss';
|
|
@import url('scss/include2.scss');
|
|
@import 'scss/partial1', 'scss/partial2';
|
|
|
|
.rhymix {
|
|
color: $foo;
|
|
background: url('foo/bar.jpg');
|
|
span {
|
|
@include mymixin($bar);
|
|
}
|
|
}
|