Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Revert adding ui-debugger css into the main bundle
Browse files Browse the repository at this point in the history
Summary:
Importing CSS from nested node_modules residing inside of the plugins folder breaks publish-static-docs-flipper-diff job. See D40717045.
Reverting it to unblock the release

Reviewed By: lblasa

Differential Revision: D40717654

fbshipit-source-id: ac3f4ce92d69b0e3bed9cd116678785390e26e4e
  • Loading branch information
aigoncharov authored and facebook-github-bot committed Oct 26, 2022
1 parent b025cda commit 8aa2267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion desktop/themes/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
*/
@import '../node_modules/antd/dist/antd.less';
@import './typography.less';
@import (inline) './plugins/public/node_modules/react-complex-tree/lib/style.css';
// Breaks publish-static-docs-flipper-diff job on CI (D40717045)
// @import (inline) './plugins/public/node_modules/react-complex-tree/lib/style.css';
/* Based on: https://www.figma.com/file/4e6BMdm2SuZ1L7FSuOPQVC/Flipper?node-id=620%3A84636 */
@background-transparent-hover: rgba(0, 0, 0, 0.1);

Expand Down

0 comments on commit 8aa2267

Please sign in to comment.