mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-22 17:21:10 +00:00
3 lines
94 B
SCSS
3 lines
94 B
SCSS
@mixin appearance ($value) {
|
|
@include prefixer(appearance, $value, webkit moz ms o spec);
|
|
}
|