mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Add missing mixins
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
@mixin vendor-prefix($name, $argument) {
|
||||||
|
-webkit-#{$name}: #{$argument};
|
||||||
|
-ms-#{$name}: #{$argument};
|
||||||
|
-moz-#{$name}: #{$argument};
|
||||||
|
-o-#{$name}: #{$argument};
|
||||||
|
#{$name}: #{$argument};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user