mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
Fix LESS linter failures
This commit is contained in:
parent
66dc60a731
commit
f80e1bc422
2 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,9 @@ module.exports = grunt => {
|
|||
src: ['internal_packages/**/*.less', 'dot-nylas/**/*.less', 'static/**/*.less'],
|
||||
options: {
|
||||
less: {
|
||||
paths: ['static', 'static/style/'],
|
||||
paths: ['static/style/', 'static/style/base/'],
|
||||
},
|
||||
imports: ['static/style/*.less'],
|
||||
imports: ['static/style/base/*.less'],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@import 'ui-variables';
|
||||
|
||||
.contact-profile-photo {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
|
|
Loading…
Reference in a new issue