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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-04-01 10:35:51 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-04-02 19:19:09 +0300
commit95cdfa2a655f028b5e0ede525617261ab2bd62c0 (patch)
treeb9fddcc66594690a4587c9cd405826896a8d150e /scss
parent98cad665bbba1719a4cf6de36c4f6c49d4448669 (diff)
Use https when possible.
Diffstat (limited to 'scss')
-rw-r--r--scss/_custom-forms.scss2
-rw-r--r--scss/_print.scss2
-rw-r--r--scss/mixins/_screen-reader.scss2
3 files changed, 3 insertions, 3 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index 2d65dcbc92..54fa8751ce 100644
--- a/scss/_custom-forms.scss
+++ b/scss/_custom-forms.scss
@@ -157,7 +157,7 @@
// Select
//
// Replaces the browser default select with a custom one, mostly pulled from
-// http://primercss.io.
+// https://primer.github.io/.
//
.custom-select {
diff --git a/scss/_print.scss b/scss/_print.scss
index 98163eb10a..0c13de2781 100644
--- a/scss/_print.scss
+++ b/scss/_print.scss
@@ -5,7 +5,7 @@
// ==========================================================================
// Print styles.
// Inlined to avoid the additional HTTP request:
-// http://www.phpied.com/delay-loading-your-print-css/
+// https://www.phpied.com/delay-loading-your-print-css/
// ==========================================================================
@if $enable-print-styles {
diff --git a/scss/mixins/_screen-reader.scss b/scss/mixins/_screen-reader.scss
index f9cd35cffe..812591bc5e 100644
--- a/scss/mixins/_screen-reader.scss
+++ b/scss/mixins/_screen-reader.scss
@@ -1,6 +1,6 @@
// Only display content to screen readers
//
-// See: http://a11yproject.com/posts/how-to-hide-content/
+// See: https://a11yproject.com/posts/how-to-hide-content/
// See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
@mixin sr-only {