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 @@ -42,7 +42,6 @@ module.exports = {
42
42
'declaration-block-no-redundant-longhand-properties' : null , // 12 errors
43
43
'value-no-vendor-prefix' : null , // 9 errors
44
44
'font-family-no-missing-generic-family-keyword' : null , // 8 errors
45
- 'font-family-no-duplicate-names' : null , // 2 errors
46
45
'function-linear-gradient-no-nonstandard-direction' : null , // 1 error
47
46
'at-rule-no-vendor-prefix' : null , // 1 error
48
47
} ,
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