diff options
| author | Mark Otto <[email protected]> | 2015-11-14 17:23:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-14 17:23:16 -0800 |
| commit | 23e746d479f3098448d76ccafc9c2d77019c2562 (patch) | |
| tree | aebedc24da88bd7851ebf4deea18d3b4c583f632 | |
| parent | 97b0d3773218916b9981d38eeb46ebcded3e66a3 (diff) | |
| download | bootstrap-23e746d479f3098448d76ccafc9c2d77019c2562.tar.xz bootstrap-23e746d479f3098448d76ccafc9c2d77019c2562.zip | |
nuke unhelpful comments
| -rw-r--r-- | scss/_responsive-embed.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/_responsive-embed.scss b/scss/_responsive-embed.scss index ac4dc743a..aaf8c0470 100644 --- a/scss/_responsive-embed.scss +++ b/scss/_responsive-embed.scss @@ -22,17 +22,14 @@ } } -// Modifier class for 21:9 aspect ratio .embed-responsive-21by9 { padding-bottom: percentage(9 / 21); } -// Modifier class for 16:9 aspect ratio .embed-responsive-16by9 { padding-bottom: percentage(9 / 16); } -// Modifier class for 4:3 aspect ratio .embed-responsive-4by3 { padding-bottom: percentage(3 / 4); } |
