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>2018-11-18 19:45:30 +0300
committerGitHub <noreply@github.com>2018-11-18 19:45:30 +0300
commitac51669cf215749a2073ce906112da14d0b985d0 (patch)
tree595a48c4ea6dcae85e567ea5a00d6564c704a5dd
parent63edce1b889020c16ee6f8ede707c81cc76eb358 (diff)
Move repo to twbs (#40)
-rw-r--r--bower.json2
-rw-r--r--less/rfs.less4
-rw-r--r--package.json6
-rw-r--r--postcss/rfs.js4
-rw-r--r--sass/_rfs.sass4
-rw-r--r--scss/_rfs.scss4
-rw-r--r--stylus/rfs.styl4
7 files changed, 14 insertions, 14 deletions
diff --git a/bower.json b/bower.json
index 6c7963c..c06840b 100644
--- a/bower.json
+++ b/bower.json
@@ -14,7 +14,7 @@
"font-size",
"typography"
],
- "homepage": "https://github.com/project-rfs/rfs",
+ "homepage": "https://github.com/twbs/rfs",
"ignore": [
"**/.*",
"node_modules",
diff --git a/less/rfs.less b/less/rfs.less
index 7600820..9d997a0 100644
--- a/less/rfs.less
+++ b/less/rfs.less
@@ -4,7 +4,7 @@
//
// Automated font-resizing
//
-// See https://github.com/project-rfs/rfs
+// See https://github.com/twbs/rfs
// Configuration
@@ -28,7 +28,7 @@
// 1 rem = @rfs-rem-value px
@rfs-rem-value: 16;
-// Safari iframe resize bug: https://github.com/project-rfs/rfs/issues/14
+// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14
@rfs-safari-iframe-resize-bug-fix: false;
// Disable RFS by setting @enable-responsive-font-sizes to false
diff --git a/package.json b/package.json
index 00d5783..6785a17 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/project-rfs/rfs.git"
+ "url": "git+https://github.com/twbs/rfs.git"
},
"keywords": [
"rfs",
@@ -27,9 +27,9 @@
"author": "Martijn Cuppens <martijn.cuppens@gmail.com>",
"license": "MIT",
"bugs": {
- "url": "https://github.com/project-rfs/rfs/issues"
+ "url": "https://github.com/twbs/rfs/issues"
},
- "homepage": "https://github.com/project-rfs/rfs#readme",
+ "homepage": "https://github.com/twbs/rfs#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
diff --git a/postcss/rfs.js b/postcss/rfs.js
index 6bfe674..781e1eb 100644
--- a/postcss/rfs.js
+++ b/postcss/rfs.js
@@ -2,7 +2,7 @@
//
// Automated font-resizing
//
-// See https://github.com/project-rfs/rfs
+// See https://github.com/twbs/rfs
'use strict';
@@ -132,7 +132,7 @@ module.exports = postcss.plugin('postcss-rfs', function (opts) {
});
mediaQueryRule.append(decl.clone({value: value}));
- // Safari iframe resize bug: https://github.com/project-rfs/rfs/issues/14
+ // Safari iframe resize bug: https://github.com/twbs/rfs/issues/14
if (opts.safariIframeResizeBugFix) {
mediaQueryRule.append(postcss.decl({ prop: 'min-width', value: '0vw' }));
}
diff --git a/sass/_rfs.sass b/sass/_rfs.sass
index 91afccc..b9ed78a 100644
--- a/sass/_rfs.sass
+++ b/sass/_rfs.sass
@@ -4,7 +4,7 @@
//
// Automated font-resizing
//
-// See https://github.com/project-rfs/rfs
+// See https://github.com/twbs/rfs
// Configuration
@@ -31,7 +31,7 @@ $rfs-class: false !default
// 1 rem = $rfs-rem-value px
$rfs-rem-value: 16 !default
-// Safari iframe resize bug: https://github.com/project-rfs/rfs/issues/14
+// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14
$rfs-safari-iframe-resize-bug-fix: false !default
// Disable RFS by setting $enable-responsive-font-sizes to false
diff --git a/scss/_rfs.scss b/scss/_rfs.scss
index cc45f6b..83c8b3e 100644
--- a/scss/_rfs.scss
+++ b/scss/_rfs.scss
@@ -4,7 +4,7 @@
//
// Automated font-resizing
//
-// See https://github.com/project-rfs/rfs
+// See https://github.com/twbs/rfs
// Configuration
@@ -32,7 +32,7 @@ $rfs-class: false !default;
// 1 rem = $rfs-rem-value px
$rfs-rem-value: 16 !default;
-// Safari iframe resize bug: https://github.com/project-rfs/rfs/issues/14
+// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14
$rfs-safari-iframe-resize-bug-fix: false !default;
// Disable RFS by setting $enable-responsive-font-sizes to false
diff --git a/stylus/rfs.styl b/stylus/rfs.styl
index 3071cf9..8e15945 100644
--- a/stylus/rfs.styl
+++ b/stylus/rfs.styl
@@ -4,7 +4,7 @@
//
// Automated font-resizing
//
-// See https://github.com/project-rfs/rfs
+// See https://github.com/twbs/rfs
// Configuration
@@ -28,7 +28,7 @@ $rfs-classes ?= false
// 1 rem = $rfs-rem-value px
$rfs-rem-value ?= 16
-// Safari iframe resize bug: https://github.com/project-rfs/rfs/issues/14
+// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14
$rfs-safari-iframe-resize-bug-fix ?= false
// Disable RFS by setting $enable-responsive-font-sizes to false