You are here

public function LessEngineInterface::setSourceMaps in Less CSS Preprocessor 7.4

Same name and namespace in other branches
  1. 8 engines/interface.LessEngine.inc \LessEngineInterface::setSourceMaps()

Enable

Parameters

bool $enabled: Set the source maps flag.

string $base_path: Leading value to be stripped from each source map URL. @link http://lesscss.org/usage/#command-line-usage-source-map-basepath

string $root_path: Value to be prepended to each source map URL. @link http://lesscss.org/usage/#command-line-usage-source-map-rootpath

1 method overrides LessEngineInterface::setSourceMaps()
LessEngine::setSourceMaps in engines/abstract.LessEngine.inc
Enable

File

engines/interface.LessEngine.inc, line 28

Class

LessEngineInterface
Interface \LessEngineInterface

Code

public function setSourceMaps($enabled, $base_path, $root_path);