mirror of
https://github.com/maputnik/editor.git
synced 2026-01-04 20:40:01 +00:00
Add missing mixins
This commit is contained in:
7
src/styles/_mixins.scss
Normal file
7
src/styles/_mixins.scss
Normal file
@@ -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