diff options
| author | Mark Otto <[email protected]> | 2016-02-16 20:22:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-16 20:22:43 -0800 |
| commit | 60f83096f1159037ed8d0c2c9b986d2d4b4017e2 (patch) | |
| tree | e2be77c06886227e404e79a917dc2641dd0af701 | |
| parent | 4043510e0e0965fab8d3614d86aa1461b7611398 (diff) | |
| parent | ea1fa0528529a7155ef40e505a3650a44fd31b25 (diff) | |
| download | bootstrap-60f83096f1159037ed8d0c2c9b986d2d4b4017e2.tar.xz bootstrap-60f83096f1159037ed8d0c2c9b986d2d4b4017e2.zip | |
Merge pull request #19218 from twbs/breakpoint-vars-are-minimums
Clarify that $grid-breakpoints are minimum widths for each breakpoint
| -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 4fbe3f0e8..d584377f7 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: ( |
