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:
authorChristian Oliff <christianoliff@yahoo.com>2018-11-26 18:45:08 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2018-11-26 18:45:08 +0300
commit9f737be6ce3bb8505cc20df0a4987ab24230c62e (patch)
treee14c28acf6558fe2dcd33a9a8d498afbe379280b /README.md
parentb6b553baa18a5fc6945c7b1ec113ac4e3a00ecf7 (diff)
HTTPS links (#43)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index cf28223..a9eddf7 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
RFS (abbreviation for responsive font size) is an algorithm which **automatically calculates the appropriate font size** based on the dimensions of the browser viewport. It's available in 5 languages:
-- [SCSS](http://sass-lang.com/)
-- [Sass](http://sass-lang.com/)
-- [PostCSS](http://postcss.org/)
+- [SCSS](https://sass-lang.com/)
+- [Sass](https://sass-lang.com/)
+- [PostCSS](https://postcss.org/)
- [Less](http://lesscss.org/)
- [Stylus](http://stylus-lang.com/)
@@ -228,8 +228,8 @@ CSS:
## Demos
-- [Simple Codepen Demo](http://codepen.io/MartijnCuppens/pen/ZBjdMy)
-- [RFS in bootstrap demo](http://martijncuppens.github.io/rfs)
+- [Simple Codepen Demo](https://codepen.io/MartijnCuppens/pen/ZBjdMy)
+- [RFS in bootstrap demo](https://martijncuppens.github.io/rfs)
## Creator