@import 'sprites';

html {
    @include sprite('1', (
        example-1: #f00,
        color: #00f
    ));
}
