Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: SVY-13518 I would like to use the new .less theme from Servoy in my old Servoy Solution

...

  position: absolute;

  right: 0;

}

5.3 Adding Less Theme Support to an old Solution

When setting the solution stylesheet property, it is also possible to add less theme support.
Based on what is selected in the dialog, the 'Add Less Theme' button in the Solution CSS picker, will do the following:
1. if none is selected, it will create a less file having the same name as the solution.
2. if a css file is selected, it will rename the css file to less and add the import of the 'custom_servoy_theme_properties.less' file.
3. if a less file is selected, it will add the import of the 'custom_servoy_theme_properties.less' to the beginning of the file.


Image Added