fix(panel): fixed panel help tooltip issue, #4079

This commit is contained in:
Torkel Ödegaard
2016-12-19 16:36:09 +01:00
parent ecf44d4d9c
commit a2baec8592
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = function(grunt) {
'concat:cssFonts',
'styleguide',
'sasslint',
'postcss'
'postcss',
]
);