mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-28 19:31:14 +08:00
fix(build): fix tello issue and less linter issue
This commit is contained in:
parent
d08aa7ca92
commit
6363bed89b
3 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
]
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue