Files
flipper/desktop/flipper-common
Lorenzo Blasa 587f428cf8 Allow plugins to use css
Summary:
Flipper plugins fail when importing css from third-party dependencies. This diff tries to fix that.

Effectively, the plugin can import the css and export it when is bundled.

When we load the plugin, we check if there's a css file for it. If there's one, we return it and try to use it.

Reviewed By: aigoncharov

Differential Revision: D40758178

fbshipit-source-id: e53afffcc481504905d5eeb1aea1f9114ee2a86b
2022-10-27 22:50:30 -07:00
..
2022-10-27 22:50:30 -07:00
2022-05-18 03:13:31 -07:00
2021-10-08 01:33:03 -07:00
2021-12-17 07:36:07 -08:00

flipper-common

Utilities that are shared between flipper-ui, flipper-server and flipper-plugin.