Skip to content

Commit bc64e27

Browse files
committed
Import styles via scss file
1 parent db75db8 commit bc64e27

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/extensions/react-flow/_react-flow.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@import "edges/edges";
44
@import "handles/handles";
55
@import "minimap/minimap";
6+
@import "@xyflow/react/dist/style.css";
67

78
.react-flow__background {
89
border: solid 1px $eccgui-color-separation-divider;

src/extensions/react-flow/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export * from "./markers/ReactFlowMarkers";
1414
export * from "./minimap/MiniMap";
1515
export * from "./minimap/utils";
1616
export * from "./edges/EdgeDefaultV12";
17+
export * from "./versionsupport";
1718

1819
// deprecated exports
1920
export { nodeTypes } from "./nodes/nodeTypes"; // @deprecated removed in v25

0 commit comments

Comments
 (0)