Hello, In input-groups.less there is the following selection: ``` less .input-group { // Undo padding and float of grid classes &[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } } ``` Why do E012 is an error when you have an specific selection of the wrong way to use the markup?
Hello,
In input-groups.less there is the following selection:
Why do E012 is an error when you have an specific selection of the wrong way to use the markup?