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
,从我的角度来看,它运作良好。
它是否适用于某些特殊目的?