ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
660 stars 168 forks source link

Autoprefix & Compression are not working #553

Open Soumik1727 opened 2 years ago

Soumik1727 commented 2 years ago

/ I put the below code in live sass editor, but my css is not compressing & prefixing.Please help to fix the problems. /

{ "emmet.excludeLanguages": [

    "markdown"
],
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"explorer.confirmDelete": false,

"security.workspace.trust.untrustedFiles": "open",
"liveSassCompile.settings.autoprefix": [
    "> 1%",
    "last 2 versions"
],

"liveSassCompile.settings.formats": [

    {
        "format": "compressed",
        "extensionName": ".min.css",
        "savePath": "~/../css/"
    }
],
"liveSassCompile.settings.generateMap": false

}

glenn2223 commented 2 years ago

It may be worth uninstalling and reinstalling the extension a few times, until it works.


FYI: This extension is no longer maintained - see #486, this will show you that I have a fork that I'm actively maintaining.

After reading it, please close this issue so my own can stay top of the list. Thanks