Skip to content

Commit

Permalink
TASK: Rename Neos.scss Main.scss to be consistent
Browse files Browse the repository at this point in the history
The compiled file is also named Main.css
  • Loading branch information
mhsdesign committed Oct 31, 2023
1 parent 0341a5e commit 8c27d3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/webpack.styles.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const stylesConfig = {
context: __dirname,
devtool: "source-map",
entry: {
Main: ["./Resources/Private/Styles/Neos.scss"],
Main: ["./Resources/Private/Styles/Main.scss"],
Lite: ["./Resources/Private/Styles/Lite.scss"],
Minimal: ["./Resources/Private/Styles/Minimal.scss"],
Login: ["./Resources/Private/Styles/Login.scss"],
Expand Down

0 comments on commit 8c27d3e

Please sign in to comment.