Merge pull request #160 from alphagov/front-end-lint

Add linting for SASS and Javascript
This commit is contained in:
Adam Shimali
2016-02-08 13:37:45 +00:00
16 changed files with 171 additions and 111 deletions

View File

@@ -1,5 +1,7 @@
.textbox-highlight {
$tag-background: rgba($light-blue, 0.7);
&-wrapper {
position: relative;
}
@@ -72,8 +74,7 @@
border-radius: 3px;
overflow: hidden;
display: inline;
box-shadow: inset 0.75em 0 0 0 rgba($light-blue, .7),
inset -0.75em 0 0 0 rgba($light-blue, .7);
box-shadow: inset 0.75em 0 0 0 $tag-background, inset -0.75em 0 0 0 $tag-background;
}
}