Skip to content

Commit

Permalink
Move import into css
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Nov 3, 2023
1 parent 53efb73 commit 8bd7758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "~react-diff-view/style/index.css";

/* https://github.com/otakustay/react-diff-view/blob/v2.4.8/site/components/DiffView/diff.global.less#L22-L36 */
/* Cross referenced with */
/* https://github.com/otakustay/react-diff-view/blob/v2.4.8/README.md#css-variables */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
Hunk as _Hunk,
type HunkProps,
} from "react-diff-view";
import "react-diff-view/style/index.css";
import "./react-diff-view.css";

const Diff = _Diff;
Expand Down

0 comments on commit 8bd7758

Please sign in to comment.