Function is not available

This commit is contained in:
DeionSi 2023-01-12 17:09:23 +01:00
parent ce30a00931
commit e650a08eb1
1 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@
$body = $('body'),
$sidebar = $('#sidebar');
// Breakpoints.
breakpoints({
// Breakpoints. // Commented as the function is not implemented
/*breakpoints({
xlarge: [ '1281px', '1680px' ],
large: [ '981px', '1280px' ],
medium: [ '737px', '980px' ],
small: [ '481px', '736px' ],
xsmall: [ null, '480px' ]
});
});*/
// Hack: Enable IE flexbox workarounds.
if (browser.name == 'ie')