I am using Twitter's bootstrap LESS in a project and I am trying to setup a form but I can't seem to use .control-label; on my label. This is my code:
label {
.control-label;
}
I have read somewhere I should use the namespace .form-horizontal > .control-label; but that doesn't seem to work. Am I doing something wrong?