postcss-touch-callout
Version:
PostCSS plugin to add -touch-callout prefix
7 lines (3 loc) • 553 B
Markdown
# postcss-touch-callout [](https://travis-ci.org/jakwuh/postcss-touch-callout)
> [PostCSS](https://github.com/postcss/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](https://github.com/postcss/autoprefixer) since it's only for prefixes. This plugin adds `touch-callout` prefixes whenever it finds the usage of `user-select` property;