diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less index 6c418a489..9d032b268 100644 --- a/less/type.less +++ b/less/type.less @@ -270,6 +270,10 @@ blockquote { p:last-child { margin-bottom: 0; } + + // Deprecating small and .small for v3.1 + // Context: https://github.com/twbs/bootstrap/issues/11660 + footer, small, .small { display: block; |
