drupal-tweme icon indicating copy to clipboard operation
drupal-tweme copied to clipboard

hard-coded import of variables.less from libraries

Open shawnholt opened this issue 10 years ago • 1 comments

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 avatar Jul 23 '15 16:07 shawnholt

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

shawnholt avatar Jul 23 '15 16:07 shawnholt