You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i recently added a media query for @screen-large-desktop{...} as specified in docs but, there is a compilation error as @screen-large-desktop is not defined in variables.less it is instead defined as @screen-lg-desktop. i think the docs are out of sync. probably not an issue.
The text was updated successfully, but these errors were encountered:
There is a similar issue with the media queries that require @screen-tablet-max and @screen-desktop-max to be defined. Adding the following two statements to variables.less allows the less to compile.
i recently added a media query for @screen-large-desktop{...} as specified in docs but, there is a compilation error as @screen-large-desktop is not defined in variables.less it is instead defined as @screen-lg-desktop. i think the docs are out of sync. probably not an issue.
The text was updated successfully, but these errors were encountered: