PostCSS syntax for parsing WXML.
Important
Before 1.0.0, releases may include breaking changes. Review CHANGELOG before upgrading.
$ pnpm add -D stylelint @tofrankie/postcss-wxml// stylelint.config.js
export default {
customSyntax: '@tofrankie/postcss-wxml',
rules: {},
}Thanks to postcss-html for inspiration.