J
J
josh6752021-12-29 12:27:40
Sass
josh675, 2021-12-29 12:27:40

Why doesn't sass compile to css vs code?

sass not compiling to css.
In style.css it gives /* No CSS *//*# sourceMappingURL=style.css.map */
In style.map

{
    "version": 3,
    "mappings": "",
    "sources": [
        "style.scss"
    ],
    "names": [],
    "file": "style.css"
}

in setting.jons
{
    "liveSassCompile.settings.formats": [
        {
            "format": "expanded",
            "extensionName": ".css",
            "savePath": "/css/",
        }
    ],
    "explorer.confirmDelete": false
}


What is the problem?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question