mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 16:40:00 +00:00
Replace 0px with 0
This commit is contained in:
@@ -18,7 +18,7 @@ $font-size-6: 12px;
|
||||
$font-family: Roboto, sans-serif;
|
||||
|
||||
$toolbar-height: 40px;
|
||||
$toolbar-offset: 0px;
|
||||
$toolbar-offset: 0;
|
||||
|
||||
@import 'mixins';
|
||||
@import 'reset';
|
||||
|
||||
Reference in New Issue
Block a user