mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
4 lines
93 B
SCSS
4 lines
93 B
SCSS
@mixin appearance($value) {
|
|
@include prefixer(appearance, $value, webkit moz ms o spec);
|
|
}
|