This isn't perfect, but it's a big leg up for converting a theme.
You run it via a Commandr command...
css_cleanup <themename> EmToPx
We also have...
css_cleanup <themename> DirSimplify
to remove the rtl code
Or you can do both at once...
css_cleanup <themename> EmToPx DirSimplify
I could have potentially added more. There are conditional references to config options we could unfold, active language references, Theme Wizard colour references, theme image references, and BETA_CSS_PROPERTY. But I thought these were all best as-is, removing them would be a negative.
You run it via a Commandr command...
css_cleanup <themename> EmToPx
We also have...
css_cleanup <themename> DirSimplify
to remove the rtl code
Or you can do both at once...
css_cleanup <themename> EmToPx DirSimplify
I could have potentially added more. There are conditional references to config options we could unfold, active language references, Theme Wizard colour references, theme image references, and BETA_CSS_PROPERTY. But I thought these were all best as-is, removing them would be a negative.