mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 11:42:39 +00:00
Linting on .less files
This commit is contained in:
@@ -30,7 +30,6 @@ body {
|
||||
color : white;
|
||||
background-color : @red;
|
||||
i { margin-right : 30px; }
|
||||
|
||||
a { float : right; }
|
||||
}
|
||||
|
||||
@@ -98,8 +97,8 @@ body {
|
||||
padding : 10px;
|
||||
|
||||
tr {
|
||||
border-bottom:1px solid;
|
||||
&:last-of-type { border:none; }
|
||||
border-bottom : 1px solid;
|
||||
&:last-of-type { border : none; }
|
||||
&:nth-child(even) { background : #DDDDDD; }
|
||||
}
|
||||
|
||||
@@ -118,7 +117,7 @@ body {
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight:900;
|
||||
font-weight : 900;
|
||||
&:nth-child(2) { background : #FFB3BA; }
|
||||
&:nth-child(3) { background : #FFDFBA; }
|
||||
&:nth-child(4) { background : #FFFFBA; }
|
||||
|
||||
Reference in New Issue
Block a user