We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473f019 commit f294f5bCopy full SHA for f294f5b
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][0] === 'ident')
90
return node[3][2][1];
0 commit comments