Skip to content

Commit

Permalink
Fix typo for importing an scss file (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkroener authored Sep 26, 2023
1 parent 38b0b35 commit c664078
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/Sources/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


/* React Flow */
@import 'ReactFlow/ReactFlow.scss';
@import 'ReactFlow/reactflow.scss';
@import 'ReactFlow/Nodes/customModel.scss';
@import 'ReactFlow/sidebar.scss';

Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/main.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"babel-loader": "^9.1.2",
"classnames": "^2.3.2",
"css-loader": "^6.8.1",
"gulp-cli": "^2.3.0",
"mini-css-extract-plugin": "^2.7.6",
Expand Down

0 comments on commit c664078

Please sign in to comment.