Skip to content

Introduce "variables" in config for preprocessors

Latest

Choose a tag to compare

@jughosta jughosta released this 23 Oct 18:19
· 1 commit to develop since this release

New option in config:

{
  variables: {
    MY_VARIABLE: 'fancy'
  }
}

It will generate variables for preprocessors like:

$MY_VARIABLE: "fancy";