0
code {
   padding: 0;
   color: inherit;
   white-space: pre;              // first time
   white-space: pre-wrap;        // why do this twice?
   background-color: transparent;
   border: 0;
}

在里面/vendor/assets/stylesheets/bootstrap/_code.scss

为什么不只是定义white-space: pre-wrap,从我的角度来看,它运作良好。
它是否适用于某些特殊目的?

4

1 回答 1

2

pre-wrap并非在所有浏览器中都可用,并且pre是其备份。

于 2013-03-04T12:48:41.647 回答