Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when compling when used @screen-large-desktop #9875

Closed
amyth91 opened this issue Aug 19, 2013 · 3 comments
Closed

error when compling when used @screen-large-desktop #9875

amyth91 opened this issue Aug 19, 2013 · 3 comments
Labels
Milestone

Comments

@amyth91
Copy link

amyth91 commented Aug 19, 2013

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.

@mdo
Copy link
Member

mdo commented Aug 19, 2013

Threw up a quick fix on the live docs, but we'll get it into 3.0.1.

@gsonbuchner
Copy link

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.

@screen-tablet-max: (@screen-desktop - 1);
@screen-desktop-max: (@screen-lg-desktop - 1);

@mdo
Copy link
Member

mdo commented Aug 24, 2013

This should be resolved now, per #9963 and #10005, along with ddd594c. CSS, docs, and customizer should be updated.

@mdo mdo closed this as completed Aug 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants