Skip to content

Conversation

@cvrebert
Copy link
Contributor

@cvrebert cvrebert commented Jan 7, 2014

Fixes #443.
See also CSSLint/parser-lib#69

@nschonni
Copy link
Member

nschonni commented Jan 7, 2014

PS: because of the version globbing, this will already be installed for new installs. Can't hurt to bump the minimum version though

@kozmoz kozmoz mentioned this pull request Jan 8, 2014
@ghost
Copy link

ghost commented Jan 9, 2014

While this removes the error for the actual @Viewport rule, I now get the following error:

1: error at line undefined, col undefined
Fatal error, cannot continue: Cannot set property 'width' of undefined
undefined

This is for the following CSS:

@Viewport {
width:device-width;
}

It seems like the declarations aren't parsed properly. Could it be that parser-lib or csslint is looking for a selector, not a declaration, and that is what is causing the problem?

@cvrebert
Copy link
Contributor Author

Ping.

@nschonni nschonni added the Triage label Apr 2, 2014
@nschonni nschonni added this to the 0.11.0 milestone Apr 2, 2014
@nschonni nschonni self-assigned this Apr 2, 2014
@nschonni
Copy link
Member

nschonni commented Apr 3, 2014

Fixed in #427

@nschonni nschonni closed this Apr 3, 2014
@cvrebert cvrebert deleted the patch-1 branch April 3, 2014 05:53
@XhmikosR XhmikosR modified the milestones: 0.11.0, 1.0.0 Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@-ms-viewport is still an error

3 participants