diff options
| author | Chris Rebert <[email protected]> | 2016-02-16 01:24:34 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-16 01:24:34 -0800 |
| commit | ea1fa0528529a7155ef40e505a3650a44fd31b25 (patch) | |
| tree | 432337f49e00781b1a84761bc0c9811655a23622 | |
| parent | 5f455319e206dc4f29249d34f5592037a179cf87 (diff) | |
| download | bootstrap-ea1fa0528529a7155ef40e505a3650a44fd31b25.tar.xz bootstrap-ea1fa0528529a7155ef40e505a3650a44fd31b25.zip | |
Change comment to clarify that $grid-breakpoints are minimum widths for each breakpoint
(as opposed to maximums)
[ci skip]
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 5c92cb21d..30a57b5c2 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -114,7 +114,7 @@ $link-hover-decoration: underline !default; // Grid breakpoints // -// Define the minimum and maximum dimensions at which your layout will change, +// Define the minimum dimensions at which your layout will change, // adapting to different screen sizes, for use in media queries. $grid-breakpoints: ( |
