Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Unable to parse jQuery UI. #29

@kezabelle

Description

@kezabelle

Error is:

$ export CSSCSS_DEBUG=true
$ csscss -v jquery-ui.css 
Had a problem parsing the css at line: 1, column: 1
Failed to match sequence (SPACE? blocks:((COMMENT / NESTED_RULESET / RULESET){1, }) SPACE?) at line 798 char 52.
`- Don't know what to do with "*/;\n\tfont-" at line 798 char 52.

Example properties which cause the parse error:

.ui-widget {
    font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;     
    font-size: 1.1em/*{fsDefault}*/;
}

Steps to reproduce:

  • Grab the latest stable jQuery UI
  • Unzip and cd to themes/base
  • run the csscss tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions