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