Files
kontrans.cmspro.it/.vscode/settings.json
Jacek Pyziak ca19318e50 Update FTP and SFTP configurations, optimize CSS, and enhance SCSS settings
- Changed FTP host and password in .vscode/ftp-kr.json and .vscode/sftp.json
- Enabled auto-upload in FTP configuration
- Minified CSS in custom.css for performance improvements
- Updated custom.css.map to reflect changes in custom.scss
- Refactored custom.scss for better readability and maintainability
- Added new settings to .vscode/settings.json for live Sass compilation
2025-09-14 22:01:13 +02:00

18 lines
522 B
JSON

{
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
"savePath": "",
"savePathSegmentKeys": null,
"savePathReplaceSegmentsWith": null
}
],
"liveSassCompile.settings.generateMap": true,
"liveSassCompile.settings.autoprefix": "defaults",
"liveSassCompile.settings.watchOnLaunch": true,
"liveSassCompile.settings.includeItems": [
"wp-content/themes/hello-elementor/assets/css/custom.scss"
],
"svn.ignoreMissingSvnWarning": true
}