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:
-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