Fix LESS linter failures

This commit is contained in:
Ben Gotow 2019-10-08 11:11:39 -05:00
parent 66dc60a731
commit f80e1bc422
2 changed files with 4 additions and 2 deletions

View file

@ -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'],
},
},
});

View file

@ -1,3 +1,5 @@
@import 'ui-variables';
.contact-profile-photo {
width: 50px;
height: 50px;