File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/themes/default/globals Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ module.exports = {
48
48
'declaration-block-no-redundant-longhand-properties' : null , // 12 errors
49
49
'value-no-vendor-prefix' : null , // 9 errors
50
50
'font-family-no-missing-generic-family-keyword' : null , // 8 errors
51
- 'font-family-no-duplicate-names' : null , // 2 errors
52
51
'function-linear-gradient-no-nonstandard-direction' : null , // 1 error
53
52
'at-rule-no-vendor-prefix' : null , // 1 error
54
53
} ,
Original file line number Diff line number Diff line change 62
62
*/
63
63
64
64
pre {
65
+ // https://github.com/necolas/normalize.css/issues/519
66
+ // stylelint-disable-next-line font-family-no-duplicate-name
65
67
font-family: monospace, monospace; /* 1 */
66
68
font-size: 1em; /* 2 */
67
69
}
@@ -105,6 +107,8 @@ strong {
105
107
code,
106
108
kbd,
107
109
samp {
110
+ // https://github.com/necolas/normalize.css/issues/519
111
+ // stylelint-disable-next-line font-family-no-duplicate-name
108
112
font-family: monospace, monospace; /* 1 */
109
113
font-size: 1em; /* 2 */
110
114
}
You can’t perform that action at this time.
0 commit comments