mirror of
https://github.com/maputnik/editor.git
synced 2026-08-01 18:57:26 +00:00
Add stylelint and fix lint issues
This commit is contained in:
@@ -18,7 +18,9 @@ html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
*, *:before, *:after {
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
@@ -53,7 +55,8 @@ h4 {
|
||||
margin-bottom: $margin-3;
|
||||
}
|
||||
|
||||
input:focus, select:focus {
|
||||
input:focus,
|
||||
select:focus {
|
||||
color: $color-white !important;
|
||||
outline: #8e8e8e auto 1px !important;
|
||||
}
|
||||
@@ -63,7 +66,7 @@ label:hover {
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
&:after {
|
||||
&::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
|
||||
Reference in New Issue
Block a user