Skip to content

Conversation

youtiao66
Copy link

By default CSScomb process *.css, *.less, *.sass and *.scss files in matched syntax.
You can custom syntax map by syntax config. e.g. Using css syntax to handle *.wxss files

{
    "syntax": {
        ".wxss": "css"
    }
}

WXSS (WeiXin Style Sheets) is very similar to CSS but a little different

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

Successfully merging this pull request may close these issues.

1 participant