Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-03-24 17:36:35 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-03-24 18:23:33 +0300
commit2f19d78344606bf4cbf2157c91055170710722b5 (patch)
tree55033155c7a87d70b3a2b640b746faddc6a5ab90 /README.md
parentc72687d0d05b27fa26364c877b39f6a92361514e (diff)
Add browser support notice
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index c17782e..6d58422 100644
--- a/README.md
+++ b/README.md
@@ -342,6 +342,19 @@ CSS:
- Always set your line-heights relative (in `em` or unitless) to prevent interline issues.
+## Browser support
+
+RFS is supported by all browsers that support [media queries](https://caniuse.com/#feat=css-mediaqueries) and [viewport units](https://caniuse.com/#feat=viewport-units). In browsers like IE8 or older, the font size will be set but the fluid rescaling will be disabled. A list of the most popular browsers that support RFS:
+- Chrome
+- Safari
+- Opera
+- Firefox
+- Edge
+- Samsung Internet
+- UC Browsers
+- IE >= 9
+
+
## Demos
- [Simple Codepen Demo](https://codepen.io/MartijnCuppens/pen/ZBjdMy)