fix(build): fix tello issue and less linter issue

This commit is contained in:
Evan Morikawa 2015-06-22 17:12:26 -07:00
parent d08aa7ca92
commit 6363bed89b
3 changed files with 3 additions and 2 deletions

View file

@ -243,6 +243,7 @@ module.exports = (grunt) ->
'unique-headings': false
'universal-selector': false
'vendor-prefix': false
'duplicate-properties': false # doesn't place nice with mixins
src: [
'static/**/*.css'
]

View file

@ -42,7 +42,7 @@
"rimraf": "~2.2.2",
"runas": "~1.0.1",
"s3": "^4.3",
"tello": "git+https://github.com/nylas/tello.git",
"tello": "git+https://github.com/nylas/tello.git#built",
"temp": "~0.8.1",
"underscore": "^1.8",
"underscore.string": "^3.0",

View file

@ -234,7 +234,7 @@
border-right: 1px solid @border-color-divider;
border-left: 1px solid @border-color-divider;
background-color: darken(@background-primary, 2%);
box-shadow: 0px 1px 1px rgba(0,0,0,0.1)
box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}
}