1) I’d love to see the themebuilder have support to output SASS/SCSS.
It would make it much simpler to manually edit themes, for those who use SASS (who doesn’t these days?)
and would avoid having to load the json back into themebuilder
All of the tweakable values could just be SASS variables at the top, with the rest being boilerplate.
2) If you change a color in themebuilder, and then try to re-open the color picker, it resets the color back to what it was before your first change. You can work around it by clicking ‘Update Preview’ after every single change, but it seems like a small bug in themebuilder
3) Finally it would be useful if themebuilder allowed you to specify a path to the theme images
Right now themebuilder instructs you to copy the CSS and link to it in your HTML.
But in order to get the images, you must copy your custom theme into the styles directory, or alternatively take a copy of the styles/images to sit alongside your custom css
Themes get their images from ‘images/’ but this path isnt configurable that I can see
Themebuilder could allow you to set it like ‘../../jqwidgets/styles/images’ which would then be used by the generated CSS
Thanks