LESS functions exposing theme and widget configuration to LESS style sheets.
LESS Function | Description |
---|---|
-evo-contrast | Adjusts the contrast of a color relative to another color |
-evo-darken | Darkens a color proportionally |
-evo-decrease-contrast | Decreases the contrast of a color relative to another color |
-evo-increase-contrast | Increases the contrast of a color relative to another color |
-evo-lighten | Lightens a color proportionally |
-evo-themeconfig-bool | Returns the boolean theme configuration value specified by the property name |
-evo-themeconfig-color | Returns the color theme configuration value specified by the property name |
-evo-themeconfig-date | Returns the date theme configuration value specified by the property name |
-evo-themeconfig-datetime | Returns the date time theme configuration value specified by the property name |
-evo-themeconfig-double | Returns the double theme configuration value specified by the property name |
-evo-themeconfig-embeddedurl | Returns the content of the embedded file theme configuration value specified by the property name |
-evo-themeconfig-guid | Returns the guid theme configuration value specified by the property name |
-evo-themeconfig-html | Returns the HTML theme configuration value specified by the property name |
-evo-themeconfig-int | Returns the integer theme configuration value specified by the property name |
-evo-themeconfig-string | Returns the string theme configuration value specified by the property name |
-evo-themeconfig-time | Returns the time theme configuration value specified by the property name |
-evo-themeconfig-unit | Returns the unit theme configuration value specified by the property name |
-evo-themeconfig-url | Returns the URL theme configuration value specified by the property name |
-evo-themefile-dataurl | Returns the data URL representation of the theme attachment specified by the file name |
-evo-themefile-url | Returns the content of the theme file theme configuration value specified by the property name |
-evo-themepalette-color | Returns the color theme configuration value specified by the palette |
-evo-themepalette-double | Returns the double theme configuration value specified by the palette |
-evo-themepalette-int | Returns the int theme configuration value specified by the palette |
-evo-themepalette-string | Returns the string theme configuration value specified by the palette |
-evo-themepalette-unit | Returns the uit theme configuration value specified by the palette |
-evo-widgetconfig-bool | Returns the boolean widget configuration value specified by the property name |
-evo-widgetconfig-color | Returns the color widget configuration value specified by the property name |
-evo-widgetconfig-date | Returns the date widget configuration value specified by the property name |
-evo-widgetconfig-datetime | Returns the date time widget configuration value specified by the property name |
-evo-widgetconfig-double | Returns the double widget configuration value specified by the property name |
-evo-widgetconfig-embeddedurl | Returns the content of the embedded file widget configuration value specified by the property name |
-evo-widgetconfig-guid | Returns the guid widget configuration value specified by the property name |
-evo-widgetconfig-html | Returns the HTML widget configuration value specified by the property name |
-evo-widgetconfig-int | Returns the integer widget configuration value specified by the property name |
-evo-widgetconfig-string | Returns the string widget configuration value specified by the property name |
-evo-widgetconfig-time | Returns the time widget configuration value specified by the property name |
-evo-widgetconfig-unit | Returns the unit widget configuration value specified by the property name |
-evo-widgetconfig-url | Returns the URL widget configuration value specified by the property name |
-evo-widgetfile-dataurl | Returns the data URL representation of the widget attachment specified by the file name |
-evo-widgetfile-url | Returns the content of the theme file widget configuration value specified by the property name |
-evo-widgetpalette-color | Returns a color specified by a theme palette selected in widget configuration |
-evo-widgetpalette-double | Returns a double specified by a theme palette selected in widget configuration |
-evo-widgetpalette-int | Returns an int specified by a theme palette selected in widget configuration |
-evo-widgetpalette-string | Returns a string specified by a theme palette selected in widget configuration |
-evo-widgetpalette-unit | Returns a unit specified by a theme palette selected in widget configuration |