Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Why E012 is an error when there is a css selection for columns? #389

Open
miguelmich opened this issue Aug 29, 2016 · 0 comments
Open

Why E012 is an error when there is a css selection for columns? #389

miguelmich opened this issue Aug 29, 2016 · 0 comments

Comments

@miguelmich
Copy link

Hello,

In input-groups.less there is the following selection:

.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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant