You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
Problem is it not generate style.css to root directoy, but to /scss directory. I dont have any setup it should generate style to scss directory.
Another problem is its not minificated when i have it setup as compressed.
In settings there is error End of file expected.
The text was updated successfully, but these errors were encountered:
Sounds like you haven't set up the setting.json file correctly. Please make sure that the settings.json file is inside a folder called .vscode (notice the dot prefix)
Hello,
i have this code in settings:
"liveSassCompile.settings.formats": [{
"format": "compressed",
"extensionName": ".css",
"savePath": "./css"
}]
Problem is it not generate style.css to root directoy, but to /scss directory. I dont have any setup it should generate style to scss directory.
Another problem is its not minificated when i have it setup as compressed.
In settings there is error End of file expected.
The text was updated successfully, but these errors were encountered: