icingaweb2/library
Johannes Meyer 7c58b3ced1 LessCompiler: Add support for variable exports by modules
Using the following in a module's less file:

```
@exports: {
  @foo: "bar";
  @number: 4;
  @color: red;
};
```

will export the variables `@foo`, `@number` and `@color` into the global
scope. Though, exports are not able to override already defined variables.
That's still reserved for themes.
2020-12-02 10:51:01 +01:00
..
Icinga LessCompiler: Add support for variable exports by modules 2020-12-02 10:51:01 +01:00
vendor vendor/lessphp: Check for an array before accessing an offset 2019-12-04 11:28:08 +01:00