Currently, most components use unsafeCSS, which results in their style files not being compressed.
A plugin is being planned to address this issue. This plugin will use the runtime result of the styles as the compiled result.
The expected workflow of the plugin is:
- The developer writes the style file.
- The plugin reads the style file.
- The plugin virtually runs the style file and dumps the result.
- The plugin uses the runtime result as the compiled result.
Currently, most components use
unsafeCSS, which results in their style files not being compressed.A plugin is being planned to address this issue. This plugin will use the runtime result of the styles as the compiled result.
The expected workflow of the plugin is: