diff options
| author | Mark Otto <[email protected]> | 2013-12-09 11:30:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-09 11:30:10 -0800 |
| commit | 25ec09f06a08ed21a6997424456560cee705fcae (patch) | |
| tree | a99a838ddd133d9a04f6779c6ac8c7e555c6fb23 /less/type.less | |
| parent | 7d4171ccd1463b5010405bd662f7f4db07d73220 (diff) | |
| parent | d466d527a496e14ef1c8fdbeb7a221bd3a239f09 (diff) | |
| download | bootstrap-25ec09f06a08ed21a6997424456560cee705fcae.tar.xz bootstrap-25ec09f06a08ed21a6997424456560cee705fcae.zip | |
Merge pull request #11790 from twbs/drop_recess_for_less
Drop grunt-recess for grunt-contrib-less
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 0c9600d50..1eddb3f9b 100644 --- a/less/type.less +++ b/less/type.less @@ -202,7 +202,7 @@ dd { } dd { margin-left: @component-offset-horizontal; - .clearfix(); // Clear the floated `dt` if an empty `dd` is present + &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present } } } |
