How to reproduce:

git clone --branch 7.x-3.x http://git.drupal.org/project/bootstrap.git
cp -R bootstrap/bootstrap_subtheme/ bootstrap_subtheme/
#(copy bootstrap from http://getbootstrap.com/ to bootstrap_subtheme)
cd bootstrap_subtheme
lessc less/style.less css/style.css

Error:
180 color: @errorText;

All missing variables:
// Errors
@errorText
@errorBorder
@errorBackground
@placeholderText
@inputBorder
@green
@grayLighter

Patch included

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Denes.Szabo’s picture

I think, this issue is in connection with these: https://drupal.org/node/2084331

As I saw the less files, these variables was for Bootstrap2 and now renamed, deleted (whatever) in Bootstrap3. So the overrides.less must contain the new variables. (Which have been added in the #2084331 issue)

markhalliwell’s picture

Status: Needs review » Closed (duplicate)