Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Autoprefix & Compression are not working #553

Open
Soumik1727 opened this issue Sep 4, 2021 · 1 comment
Open

Autoprefix & Compression are not working #553

Soumik1727 opened this issue Sep 4, 2021 · 1 comment

Comments

@Soumik1727
Copy link

/* 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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants