mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
fix(build): fix tello issue and less linter issue
This commit is contained in:
parent
012c610009
commit
ffe87e4e9c
3 changed files with 3 additions and 2 deletions
|
@ -243,6 +243,7 @@ module.exports = (grunt) ->
|
||||||
'unique-headings': false
|
'unique-headings': false
|
||||||
'universal-selector': false
|
'universal-selector': false
|
||||||
'vendor-prefix': false
|
'vendor-prefix': false
|
||||||
|
'duplicate-properties': false # doesn't place nice with mixins
|
||||||
src: [
|
src: [
|
||||||
'static/**/*.css'
|
'static/**/*.css'
|
||||||
]
|
]
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
"rimraf": "~2.2.2",
|
"rimraf": "~2.2.2",
|
||||||
"runas": "~1.0.1",
|
"runas": "~1.0.1",
|
||||||
"s3": "^4.3",
|
"s3": "^4.3",
|
||||||
"tello": "git+https://github.com/nylas/tello.git",
|
"tello": "git+https://github.com/nylas/tello.git#built",
|
||||||
"temp": "~0.8.1",
|
"temp": "~0.8.1",
|
||||||
"underscore": "^1.8",
|
"underscore": "^1.8",
|
||||||
"underscore.string": "^3.0",
|
"underscore.string": "^3.0",
|
||||||
|
|
|
@ -234,7 +234,7 @@
|
||||||
border-right: 1px solid @border-color-divider;
|
border-right: 1px solid @border-color-divider;
|
||||||
border-left: 1px solid @border-color-divider;
|
border-left: 1px solid @border-color-divider;
|
||||||
background-color: darken(@background-primary, 2%);
|
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