Disable warning on scss-base style override

This commit is contained in:
kiswa 2016-11-05 11:31:23 +00:00
parent 8d3e509ec9
commit 00c80e4b62

View File

@ -56,6 +56,7 @@ table {
}
// Override scss-base flat styles
// scss-lint:disable QualifyingElement
[type="reset"].flat,
[type="button"].flat,
[type="submit"].flat,
@ -64,6 +65,7 @@ button.flat,
background-color: $white;
color: $color-primary;
}
// scss-lint:enable QualifyingElement
button {
transition: background .3s;