Lint .less files with stylelint (#925)

Lint .less files with stylelint. Fix #921

In particular, prevent tabs.
This commit is contained in:
Erik Demaine
2017-10-10 11:14:09 -04:00
committed by GitHub
parent 3280652bd6
commit 7f6f59ef8a
4 changed files with 11 additions and 2 deletions

View File

@@ -294,7 +294,7 @@
text-align: center;
}
.frac-line {
.frac-line {
display: inline-block;
width: 100%;
border-bottom-style: solid;