kibana/packages/kbn-ui-framework/dist
Jonathan Budzenski 12bbc0df21
Minify legacy css files (#136986)
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
```
2022-08-02 08:30:55 -05:00
..
kui_dark.css Upgrade EUI to v17.0.0 (#52342) 2019-12-09 10:51:17 -06:00
kui_dark.min.css Minify legacy css files (#136986) 2022-08-02 08:30:55 -05:00
kui_light.css Upgrade EUI to v17.0.0 (#52342) 2019-12-09 10:51:17 -06:00
kui_light.min.css Minify legacy css files (#136986) 2022-08-02 08:30:55 -05:00