Skip to content

Commit 9d5ac61

Browse files
committed
Remove hard-coded screen sizes
1 parent 859227b commit 9d5ac61

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

plugins/content/config/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ function initialize () {
8282
_isEnabled : false,
8383
_shouldSupportLegacyBrowsers : true,
8484
_isTextProcessorEnabled: false
85-
},
86-
screenSize : {
87-
small : 519,
88-
medium : 759,
89-
large : 1024
9085
}
9186
};
9287

0 commit comments

Comments
 (0)