Skip to content

Commit cdab8e3

Browse files
committed
fix: styles not proper in prod builds
1 parent ca0f35b commit cdab8e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"testFirefoxDist": "npm run testIntegHelp && npx cross-env TEST_DIST=true npx playwright test --project=firefox",
5656
"testFirefoxDistDebug": "npm run testIntegHelp && npx cross-env TEST_DIST=true npx playwright test --project=firefox --debug",
5757
"testFirefoxDebug": "npm run testIntegHelp && npx playwright test --project=firefox --debug",
58-
"_compileLessSrc": "lessc --compress src/styles/brackets.less src/styles/brackets-all.css --source-map && npm run _compileLessSrcGit",
59-
"_compileLessSrcGit": "lessc --compress src/extensions/default/Git/styles/git-styles.less src/extensions/default/Git/styles/git-styles-min.css --source-map",
58+
"_compileLessSrc": "lessc --math=always --compress src/styles/brackets.less src/styles/brackets-all.css --source-map && npm run _compileLessSrcGit",
59+
"_compileLessSrcGit": "lessc --math=always --compress src/extensions/default/Git/styles/git-styles.less src/extensions/default/Git/styles/git-styles-min.css --source-map",
6060
"_buildonly": "gulp build",
6161
"_buildonlyDebug": "gulp buildDebug",
6262
"_vulnerabilityCheck": "echo Scanning for vulnarabilities && npm audit --prod --audit-level=critical",
@@ -116,4 +116,4 @@
116116
"tinycolor2": "^1.4.2",
117117
"underscore": "^1.13.4"
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)