You are here

public function LessEngineInterface::compile in Less CSS Preprocessor 8

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

This returns the compiled output from the LESS engine.

All output, including source maps, should be contained within the returned string.

Return value

string Plain CSS.

Throws

Exception Rethrows exception from implementation library.

1 method overrides LessEngineInterface::compile()
LessEngine::compile in engines/abstract.LessEngine.inc
This returns the compiled output from the LESS engine.

File

engines/interface.LessEngine.inc, line 66

Class

LessEngineInterface
Interface \LessEngineInterface

Code

public function compile();