diff options
| author | Mark Otto <[email protected]> | 2017-11-25 18:06:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-25 18:06:34 -0800 |
| commit | 04d92a420a15311b5033215d843e853aae540f5d (patch) | |
| tree | 1269db725037d51cf49a83f9017276194d426371 /less/code.less | |
| parent | 4731b239b1d2969b3e0262fb3e85ff8ce981e058 (diff) | |
| download | bootstrap-04d92a420a15311b5033215d843e853aae540f5d.tar.xz bootstrap-04d92a420a15311b5033215d843e853aae540f5d.zip | |
move from csslint to stylelint
Diffstat (limited to 'less/code.less')
| -rw-r--r-- | less/code.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/code.less b/less/code.less index a08b4d48c..4e07976d5 100644 --- a/less/code.less +++ b/less/code.less @@ -27,12 +27,12 @@ kbd { color: @kbd-color; background-color: @kbd-bg; border-radius: @border-radius-small; - box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); kbd { padding: 0; font-size: 100%; - font-weight: bold; + font-weight: 700; box-shadow: none; } } @@ -44,9 +44,9 @@ pre { margin: 0 0 (@line-height-computed / 2); font-size: (@font-size-base - 1); // 14px to 13px line-height: @line-height-base; + color: @pre-color; word-break: break-all; word-wrap: break-word; - color: @pre-color; background-color: @pre-bg; border: 1px solid @pre-border-color; border-radius: @border-radius-base; |
