Merge pull request #563 from orangemug/feature/more-root-property-support

Added support for more root level properties
This commit is contained in:
Orange Mug
2019-10-21 10:18:37 +01:00
committed by GitHub
7 changed files with 236 additions and 21 deletions

View File

@@ -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 {