5.0.0 • Published 8 years ago

postcss-touch-callout v5.0.0

Weekly downloads
92
License
MIT
Repository
github
Last release
8 years ago

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;