Add less linter via npx (#6936)

This commit is contained in:
Xaver Maierhofer 2019-05-14 02:54:23 +02:00 committed by Lunny Xiao
parent c0fc6cd9a8
commit 3957b40021
20 changed files with 2165 additions and 437 deletions

View file

@ -13,6 +13,7 @@
font-size: 2em;
}
}
@media only screen and (min-width: 768px) {
h1 {
font-size: 5.5em;
@ -35,7 +36,7 @@
}
p.large {
font-size: 16px
font-size: 16px;
}
.stackable {
@ -52,7 +53,8 @@
}
footer {
.ui.container .left, .ui.container .right {
.ui.container .left,
.ui.container .right {
@media only screen and (max-width: 880px) {
display: block;
text-align: center;