File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/themes/default/globals Expand file tree Collapse file tree 2 files changed +2
-3
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
- font-family: monospace, monospace ; /* 1 */
65
+ font-family: monospace; /* 1 */
66
66
font-size: 1em; /* 2 */
67
67
}
68
68
@@ -105,7 +105,7 @@ strong {
105
105
code,
106
106
kbd,
107
107
samp {
108
- font-family: monospace, monospace ; /* 1 */
108
+ font-family: monospace; /* 1 */
109
109
font-size: 1em; /* 2 */
110
110
}
111
111
You can’t perform that action at this time.
0 commit comments