From: harry Date: Thu, 2 Feb 2017 18:51:36 +0000 (+0530) Subject: Correction in comments X-Git-Tag: v6.4.0-rc1~23^2~20^2~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eadd9cf2523feca8574ab3aa89d0ff684df9726;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Correction in comments --- diff --git a/scss/prototype/_display.scss b/scss/prototype/_display.scss index 4689bd11f..d83788374 100644 --- a/scss/prototype/_display.scss +++ b/scss/prototype/_display.scss @@ -6,7 +6,7 @@ /// @group prototype-display //// -/// Responsive breakpoints for floats, defaulted to global-prototype-responsive-breakpoints. +/// Responsive breakpoints for display, defaulted to global-prototype-responsive-breakpoints. /// @type Number $prototype-display-responsive-breakpoints: $global-prototype-responsive-breakpoints !default; diff --git a/scss/prototype/_font-styling.scss b/scss/prototype/_font-styling.scss index 23cc21271..b7e644289 100644 --- a/scss/prototype/_font-styling.scss +++ b/scss/prototype/_font-styling.scss @@ -6,7 +6,7 @@ /// @group prototype-font-styling //// -/// Responsive breakpoints for floats, defaulted to global-prototype-responsive-breakpoints. +/// Responsive breakpoints for font styling, defaulted to global-prototype-responsive-breakpoints. /// @type Number $prototype-font-styling-responsive-breakpoints: $global-prototype-responsive-breakpoints !default; diff --git a/scss/prototype/_position.scss b/scss/prototype/_position.scss index 36126812c..8e54eaf73 100644 --- a/scss/prototype/_position.scss +++ b/scss/prototype/_position.scss @@ -6,7 +6,7 @@ /// @group prototype-position //// -/// Responsive breakpoints for floats, defaulted to global-prototype-responsive-breakpoints. +/// Responsive breakpoints for position, defaulted to global-prototype-responsive-breakpoints. /// @type Number $prototype-position-responsive-breakpoints: $global-prototype-responsive-breakpoints !default;