Updated css linter. Fixed scss bugs. Ignore Known Properties error because is a known fallback issue required by browsers but still could give us nice information about bad code practices

stable
Xavier Julián 2014-09-10 12:18:46 +02:00
parent dc1137cecf
commit c06f856e56
4 changed files with 14 additions and 14 deletions

View File

@ -59,14 +59,14 @@ h1 {
&:last-child { &:last-child {
flex-shrink: 0; flex-shrink: 0;
} }
&.project-name { }
display: inline-block; .project-name {
max-width: 60%; display: inline-block;
} max-width: 60%;
&.project-name-short { }
display: inline-block; .project-name-short {
max-width: 40%; display: inline-block;
} max-width: 40%;
} }
.green { .green {
color: $green-taiga; color: $green-taiga;

View File

@ -147,7 +147,7 @@ a.show-more-comments {
} }
.username { .username {
color: $green-taiga; color: $green-taiga;
margin-bottom: 0.5rem; margin-bottom: .5rem;
} }
.activity-user { .activity-user {
@include table-flex-child(1, 50px, 0); @include table-flex-child(1, 50px, 0);
@ -182,7 +182,7 @@ a.show-more-comments {
} }
.wysiwyg { .wysiwyg {
margin-bottom: 0px; margin-bottom: 0;
} }
&.activity { &.activity {

View File

@ -53,9 +53,9 @@
} }
fieldset { fieldset {
margin-bottom: 1rem; margin-bottom: 1rem;
&.submit { }
margin-top: 2rem; .submit {
} margin-top: 2rem;
} }
label { label {
@extend %title; @extend %title;

View File

@ -28,7 +28,7 @@
"gulp-compass": "^1.1.9", "gulp-compass": "^1.1.9",
"gulp-concat": "^2.1.7", "gulp-concat": "^2.1.7",
"gulp-connect": "^2.0.5", "gulp-connect": "^2.0.5",
"gulp-csslint": "^0.1.3", "gulp-csslint": "^0.1.5",
"gulp-filesize": "0.0.6", "gulp-filesize": "0.0.6",
"gulp-if": "0.0.5", "gulp-if": "0.0.5",
"gulp-imagemin": "^0.5.0", "gulp-imagemin": "^0.5.0",