anydigital / drupal-tweme

Ultra lightweight Bootstrap theme for Drupal.
https://www.drupal.org/project/tweme
62 stars 9 forks source link

hard-coded import of variables.less from libraries #31

Open shawnholt opened 9 years ago

shawnholt commented 9 years ago

From my understanding libraries API https://www.drupal.org/project/bootstrap_api or https://www.drupal.org/project/bootstrap_library (which I guess do the same things...) are not required for the drupal bootstrap theme (not really sure why they are even necessary) The style.less includes @import '../../libraries/bootstrap/less/variables.less'; and is causing an error. should that use the bootstrap base theme version?

shawnholt commented 9 years ago

changed to @import '../bootstrap/starterkits/less/less/variables.less';