mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 16:03:20 -04:00
Our legacy themes are currently served as static assets, outside of our bundling process. These haven't been updated in several years. While the migration to remove these files is underway, I think it makes sense to minify these files. This was done by running: ``` npx postcss src/core/server/core_app/assets/legacy_light_theme.css --use cssnano -o src/core/server/core_app/assets/legacy_light_theme.min.css --no-map ``` |
||
---|---|---|
.. | ||
kui_dark.css | ||
kui_dark.min.css | ||
kui_light.css | ||
kui_light.min.css |