Close

Profile: dwright71

Avatar

User posts

I should imagine most implementations would be using custom colors instead of the six presets available to choose from.  However, when using custom colors, we get 354 lines of CSS rendered in the head for every page request meaning there's no caching or bundling support available which is a significant limitation.

I've tried to copy the generated css and place it in a file of its own but there's no way of preventing the custom css from still being generated.

I would appreciate any help in resolving this issue or perhaps it might be possible to add the option of disabling css generation in a future release.