mirror of
https://github.com/maputnik/editor.git
synced 2026-01-07 05:50:01 +00:00
Merge pull request #563 from orangemug/feature/more-root-property-support
Added support for more root level properties
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
border: none;
|
||||
background-color: $color-gray;
|
||||
color: lighten($color-lowgray, 12);
|
||||
|
||||
&:invalid {
|
||||
border: solid 1px #B71C1C;
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.maputnik-string {
|
||||
|
||||
Reference in New Issue
Block a user