You are here

function lessc::assign in Less CSS Preprocessor 6.3

2 calls to lessc::assign()
lessc::argumentDef in lessphp/lessc.inc.php
lessc::chunk in lessphp/lessc.inc.php

File

lessphp/lessc.inc.php, line 679

Class

lessc

Code

function assign() {
  return $this
    ->literal(':') || $this
    ->literal('=');
}