You are here

protected property LessEngine::$variables in Less CSS Preprocessor 7.4

Same name and namespace in other branches
  1. 8 engines/abstract.LessEngine.inc \LessEngine::variables

This contains any variables that are to be modified into the output.

Key => value pairs, where the key is the LESS variable name.

Type: string[]

File

engines/abstract.LessEngine.inc, line 30

Class

LessEngine
Class \LessEngine

Code

protected $variables = array();