mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-09 21:11:44 +01:00
10 lines
235 B
SCSS
10 lines
235 B
SCSS
|
/*$disable-magic-sprite-selectors: true;*/
|
||
|
$flags-sprite-dimensions: true;
|
||
|
$flags-layout: smart;
|
||
|
$flags-base-class: '.flags';
|
||
|
|
||
|
@import "compass/utilities/sprites";
|
||
|
@import "../../static/flags/*.png"; /* */
|
||
|
|
||
|
@include all-flags-sprites;
|