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
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
with command
csscss --show-parser-errors styles.css
gives following
Had a problem parsing the css at line: 1, column: 1
Failed to match sequence (SPACE? blocks:((COMMENT / IMPORT / NESTED_RULESET / RULESET){1, }) SPACE?) at line 1 char 1. - Expected at least 1 of COMMENT / IMPORT / NESTED_RULESET / RULESET at line 1 char 1. - Expected one of [COMMENT, IMPORT, NESTED_RULESET, RULESET] at line 1 char 1.
|- Failed to match sequence (SPACE? '/' (!'/' .){0, } '/' SPACE?) at line 1 char 1.
| - Expected "/*", but got "@c" at line 1 char 1. |- Failed to match sequence ('@' [Ii] [Mm] [Pp] [Oo] [Rr] [Tt] [^;]{1, } ';' SPACE?) at line 1 char 2. | - Failed to match [Ii] at line 1 char 2.
|- Failed to match sequence ('@' [^{}]{1, } '{' SPACE? (COMMENT / RULESET / NESTED_RULESET){1, } '}' SPACE?) at line 2 char 5.
| - Expected at least 1 of COMMENT / RULESET / NESTED_RULESET at line 2 char 5. | - Expected one of [COMMENT, RULESET, NESTED_RULESET] at line 2 char 5.
| |- Failed to match sequence (SPACE? '/' (!'/' .){0, } '/' SPACE?) at line 2 char 5.
| | - Expected "/*", but got "vo" at line 2 char 5. | |- Failed to match sequence (selector:([^{}]{1, }) '{' SPACE? properties:((MIXIN_ATTRIBUTES / COMMENT / ATTRIBUTE / BLANK_ATTRIBUTE){0, }) '}' SPACE?) at line 2 char 9. | | - Expected "{", but got "}" at line 2 char 9.
| - Failed to match sequence ('@' [^{}]{1, } '{' SPACE? (COMMENT / RULESET / NESTED_RULESET){1, } '}' SPACE?) at line 2 char 5. | - Expected "@", but got "v" at line 2 char 5. - Failed to match sequence (selector:([^{}]{1, }) '{' SPACE? properties:((MIXIN_ATTRIBUTES / COMMENT / ATTRIBUTE / BLANK_ATTRIBUTE){0, }) '}' SPACE?) at line 2 char 5. - Expected "}", but got "v" at line 2 char 5.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running the following
with command
csscss --show-parser-errors styles.css
gives following
Had a problem parsing the css at line: 1, column: 1
Failed to match sequence (SPACE? blocks:((COMMENT / IMPORT / NESTED_RULESET / RULESET){1, }) SPACE?) at line 1 char 1.
- Expected at least 1 of COMMENT / IMPORT / NESTED_RULESET / RULESET at line 1 char 1.
- Expected one of [COMMENT, IMPORT, NESTED_RULESET, RULESET] at line 1 char 1.|- Failed to match sequence (SPACE? '/' (!'/' .){0, } '/' SPACE?) at line 1 char 1.
|
- Expected "/*", but got "@c" at line 1 char 1. |- Failed to match sequence ('@' [Ii] [Mm] [Pp] [Oo] [Rr] [Tt] [^;]{1, } ';' SPACE?) at line 1 char 2. |
- Failed to match [Ii] at line 1 char 2.|- Failed to match sequence ('@' [^{}]{1, } '{' SPACE? (COMMENT / RULESET / NESTED_RULESET){1, } '}' SPACE?) at line 2 char 5.
|
- Expected at least 1 of COMMENT / RULESET / NESTED_RULESET at line 2 char 5. |
- Expected one of [COMMENT, RULESET, NESTED_RULESET] at line 2 char 5.| |- Failed to match sequence (SPACE? '/' (!'/' .){0, } '/' SPACE?) at line 2 char 5.
| |
- Expected "/*", but got "vo" at line 2 char 5. | |- Failed to match sequence (selector:([^{}]{1, }) '{' SPACE? properties:((MIXIN_ATTRIBUTES / COMMENT / ATTRIBUTE / BLANK_ATTRIBUTE){0, }) '}' SPACE?) at line 2 char 9. | |
- Expected "{", but got "}" at line 2 char 9.|
- Failed to match sequence ('@' [^{}]{1, } '{' SPACE? (COMMENT / RULESET / NESTED_RULESET){1, } '}' SPACE?) at line 2 char 5. |
- Expected "@", but got "v" at line 2 char 5.- Failed to match sequence (selector:([^{}]{1, }) '{' SPACE? properties:((MIXIN_ATTRIBUTES / COMMENT / ATTRIBUTE / BLANK_ATTRIBUTE){0, }) '}' SPACE?) at line 2 char 5.
- Expected "}", but got "v" at line 2 char 5.The text was updated successfully, but these errors were encountered: