Skip to content

Commit

Permalink
jshint predef
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-saito-linx committed Jul 6, 2015
1 parent 6652a7b commit 242b3d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"predef": [
"before",
"after",
"beforeEach",
"afterEach",
"describe",
"jest",
"expect"
"describe"
"it"
],
"undef": true,
Expand Down
4 changes: 3 additions & 1 deletion client/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
$background: lightblue;
$background: #efe;

body {
background: $background;
margin: 40px;
font-family: "Helvetica Neue", serif;
font-size: 16pt;
}

0 comments on commit 242b3d1

Please sign in to comment.