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:
authorXhmikosR <xhmikosr@gmail.com>2021-07-26 16:41:51 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-07-26 16:43:58 +0300
commitde615640cdd618d3758b4cd4ab2e499feea3489c (patch)
tree99a2fb87d98673aa9c1052b18715b58b2e398bb0
parent713c1183890c8d9011dade0a241ffe0abe132fe8 (diff)
Change links to point to the v8.x branch
-rw-r--r--README.md10
-rw-r--r--postcss.js2
-rw-r--r--scss.scss2
3 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 20bfb14..ead1424 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
<p align="center">
- <img src="https://raw.githubusercontent.com/twbs/rfs/master/rfs.svg?sanitize=true" alt="RFS logo" width="99" height="108.6">
+ <img src="https://raw.githubusercontent.com/twbs/rfs/v8.x/rfs.svg?sanitize=true" alt="RFS logo" width="99" height="108.6">
</p>
<p align="center">
@@ -30,7 +30,7 @@
- The font sizes of all text elements will always remain in relation with each other
-![RFS](https://raw.githubusercontent.com/twbs/rfs/master/.github/rfs-rescale.gif)
+![RFS](https://raw.githubusercontent.com/twbs/rfs/v8.x/.github/rfs-rescale.gif)
## Installation
@@ -186,7 +186,7 @@ If you're using Webpack, you can simplify the `@import` using the `~` prefix:
If you wonder how the font sizes are rescaled, wonder no more and stare at this graph which might clarify things a bit:
-![RFS visualisation](https://raw.githubusercontent.com/twbs/rfs/master/.github/rfs-graph.svg?sanitize=true)
+![RFS visualisation](https://raw.githubusercontent.com/twbs/rfs/v8.x/.github/rfs-graph.svg?sanitize=true)
Each color represents another font size being rescaled. For example:
@@ -370,12 +370,12 @@ RFS is supported by all browsers that support [media queries](https://caniuse.co
## Copyright and license
-Code released under [the MIT license](https://github.com/twbs/rfs/blob/master/LICENSE).
+Code released under [the MIT license](https://github.com/twbs/rfs/blob/v8.x/LICENSE).
[npm-image]: https://img.shields.io/npm/v/rfs.svg
[npm-url]: https://npmjs.org/package/rfs
[licence-image]: https://img.shields.io/npm/l/rfs.svg
-[license-url]: https://github.com/twbs/rfs/blob/master/LICENSE
+[license-url]: https://github.com/twbs/rfs/blob/v8.x/LICENSE
[build-image]: https://img.shields.io/circleci/project/github/twbs/rfs/master.svg
[build-url]: https://circleci.com/gh/twbs/rfs
diff --git a/postcss.js b/postcss.js
index 4980683..9fdfe0e 100644
--- a/postcss.js
+++ b/postcss.js
@@ -3,7 +3,7 @@
*
* Automated font-resizing
*
- * Licensed under MIT (https://github.com/twbs/rfs/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/rfs/blob/v8.x/LICENSE)
*/
'use strict';
diff --git a/scss.scss b/scss.scss
index 43f19ca..a5dabd2 100644
--- a/scss.scss
+++ b/scss.scss
@@ -4,7 +4,7 @@
//
// Automated responsive font sizes
//
-// Licensed under MIT (https://github.com/twbs/rfs/blob/master/LICENSE)
+// Licensed under MIT (https://github.com/twbs/rfs/blob/v8.x/LICENSE)
// Configuration