Skip to content

Commit

Permalink
Update breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlrobson committed Sep 20, 2024
1 parent 65963da commit ee668b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export const SKIN_KEY_SPECIAL_CASES = {

// sync with resources/src/mediawiki.less/mediawiki.skin.defaults.less in mediawiki/core
export const LESS_GLOBAL_VARS = {
'width-breakpoint-mobile': '320px',
'width-breakpoint-tablet': '720px',
'width-breakpoint-desktop': '1000px'
'min-width-breakpoint-mobile': '320px',
'min-width-breakpoint-tablet': '720px',
'min-width-breakpoint-desktop': '1000px'
};

export const LESS_RENDER_OPTIONS = {
Expand Down

0 comments on commit ee668b6

Please sign in to comment.