diff options
| author | Mark Otto <[email protected]> | 2016-12-22 16:40:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 16:40:19 -0800 |
| commit | 390a2a6c6043cb794c63b49e5e7b898e72ec4aba (patch) | |
| tree | 244df472b851f616ae2bbb41469e25dd8193a310 | |
| parent | 0873fccd6351aaba66bad5d25a5bb96ab464fb57 (diff) | |
| download | bootstrap-390a2a6c6043cb794c63b49e5e7b898e72ec4aba.tar.xz bootstrap-390a2a6c6043cb794c63b49e5e7b898e72ec4aba.zip | |
remove commented out code
| -rw-r--r-- | scss/_card.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index 801b13b59..f4fca4c37 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -28,14 +28,6 @@ margin-bottom: 0; } -// .card-actions { -// padding: $card-spacer-y $card-spacer-x; - -// .card-link + .card-link { -// margin-left: $card-spacer-x; -// } -// } - .card-link { @include hover { text-decoration: none; |
