postcss-touch-callout

PostCSS plugin to add -touch-callout prefix

Usage no npm install needed!

<script type="module">
  import postcssTouchCallout from 'https://cdn.skypack.dev/postcss-touch-callout';
</script>

README

postcss-touch-callout Build Status

PostCSS plugin to add -touch-callout vendor prefixes.

On touch devices user-select property is replaced with touch-callout property which cannot be added with postcss's autoprefixer since it's only for prefixes. This plugin adds touch-callout prefixes whenever it finds the usage of user-select property;