mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 14:37:27 +00:00
Add stylelint and fix lint issues
This commit is contained in:
@@ -5,3 +5,10 @@
|
||||
-o-#{$name}: #{$argument};
|
||||
#{$name}: #{$argument};
|
||||
}
|
||||
|
||||
@mixin flex-row {
|
||||
display: flex;
|
||||
display: -ms-flexbox;
|
||||
|
||||
@include vendor-prefix(flex-direction, row);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user