diff options
| author | Chris Rebert <[email protected]> | 2015-10-28 14:35:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-28 14:35:18 -0700 |
| commit | ab84c1554a8ec54d2988c0afd6058e4189eab3a1 (patch) | |
| tree | 10927fe8d22910d500502af4ce3dfd80b986c078 | |
| parent | 364925f9513959b04b3e685f6d59d41a269e93d1 (diff) | |
| download | bootstrap-ab84c1554a8ec54d2988c0afd6058e4189eab3a1.tar.xz bootstrap-ab84c1554a8ec54d2988c0afd6058e4189eab3a1.zip | |
scss/_utilities-responsive.scss: Fix outdated comment heading
[skip sauce]
[skip validator]
| -rw-r--r-- | scss/_utilities-responsive.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_utilities-responsive.scss b/scss/_utilities-responsive.scss index 2c3617ce0..0470dc5bf 100644 --- a/scss/_utilities-responsive.scss +++ b/scss/_utilities-responsive.scss @@ -1,5 +1,5 @@ // -// Mixins +// Responsive utilities // @each $bp in map-keys($grid-breakpoints) { |
