Skip to content

tofrankie/postcss-wxml

Repository files navigation

postcss-wxml

PostCSS syntax for parsing WXML.

Important

Before 1.0.0, releases may include breaking changes. Review CHANGELOG before upgrading.

Usage

$ pnpm add -D stylelint @tofrankie/postcss-wxml
// stylelint.config.js
export default {
  customSyntax: '@tofrankie/postcss-wxml',
  rules: {},
}

Acknowledgments

Thanks to postcss-html for inspiration.