You are here

function less_demo_less_paths in Less CSS Preprocessor 7.4

Same name and namespace in other branches
  1. 8 less_demo/less_demo.less.inc \less_demo_less_paths()

Implements hook_less_paths().

File

less_demo/less_demo.less.inc, line 68
Contains implementations of Less module hooks.

Code

function less_demo_less_paths() {
  return array(
    drupal_get_path('module', 'less_demo') . '/libs',
  );
}