- 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
18 lines
522 B
JSON
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
|
|
} |