mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 13:28:41 +00:00
typo and build on test
This commit is contained in:
parent
6cb364a2c1
commit
c10adc1f76
3 changed files with 3 additions and 3 deletions
|
@ -234,6 +234,6 @@ module.exports = function (grunt) {
|
||||||
grunt.registerTask(
|
grunt.registerTask(
|
||||||
'tests',
|
'tests',
|
||||||
'Test css and js style conformity',
|
'Test css and js style conformity',
|
||||||
['eslint', 'stylelint']
|
['eslint', 'stylelint', 'default']
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-mail::before {
|
.icon-mail::before {
|
||||||
content: "\ea86";
|
content: "\ea86";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-time::before {
|
.icon-time::before {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue