1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Fix caniuse.com URLS to prevent redirects (#32135)

Shorter URLS which are faster as they avoid HTTP redirects
This commit is contained in:
Christian Oliff
2020-11-12 22:01:00 +09:00
committed by GitHub
parent 384eccbfaf
commit 7d64031c87
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
##### Date & color input support
Keep in mind date inputs are [not fully supported](https://caniuse.com/#feat=input-datetime) by all browsers, namely Safari.
Keep in mind date inputs are [not fully supported](https://caniuse.com/input-datetime) by all browsers, namely Safari.