We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c475b5 + f294f5b commit e792f82Copy full SHA for e792f82
1 file changed
lib/options/vendor-prefix-align.js
@@ -84,7 +84,7 @@ module.exports = {
84
*/
85
_getValName: function(node) {
86
// TODO: Check that `node[3]` is the node we need
87
- if (node[0] !== 'declaration' || !node[3] || !node[3])
+ if (node[0] !== 'declaration' || !node[3] || !node[3][2])
88
return;
89
if (node[3][2] && node[3][2][0] === 'ident')
90
return node[3][2][1];
0 commit comments