How to use postcss-selector-matches - 1 common examples

To help you get started, we’ve selected a few postcss-selector-matches examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github postcss / postcss-custom-selectors / src / index.js View on Github external
    ? (rule) => replaceRuleSelector(rule, {
      lineBreak,
    })
    : (rule) => rule.selector

postcss-selector-matches

PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors

MIT
Latest version published 6 years ago

Package Health Score

62 / 100
Full package analysis

Popular postcss-selector-matches functions