diff options
| author | Chris Rebert <[email protected]> | 2015-11-15 17:16:50 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-15 17:16:50 -0800 |
| commit | a9198d8385f94cc7d673c5e2d2d27288f0cf77e9 (patch) | |
| tree | a81cbc879f70ae7efb1392e0bfc334976c0ed69b | |
| parent | 7bf60819300eae73bf9a615481bbcfbe89a5a474 (diff) | |
| download | bootstrap-a9198d8385f94cc7d673c5e2d2d27288f0cf77e9.tar.xz bootstrap-a9198d8385f94cc7d673c5e2d2d27288f0cf77e9.zip | |
scss/_reboot.scss: Add link to nice new docs regarding `touch-action:manipulation`
[ci skip]
| -rw-r--r-- | scss/_reboot.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 2dddf5f1d..9337913a5 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -213,6 +213,7 @@ img { // DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present. // However, they DO support removing the click delay via `touch-action: manipulation`. // See: +// * http://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch // * http://caniuse.com/#feat=css-touch-action // * http://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay |
