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

"errors" rule. Expected RBRACE at line #603

Open
alundiak opened this issue Jul 7, 2015 · 13 comments
Open

"errors" rule. Expected RBRACE at line #603

alundiak opened this issue Jul 7, 2015 · 13 comments

Comments

@alundiak
Copy link

alundiak commented Jul 7, 2015

CSS:
image

and csslint (via grunt-contrib-csslint) with errors: false gives me:

[L47:C25]
>> ERROR: Expected RBRACE at line 47, col 25. This rule looks for recoverable syntax errors. (errors) Browsers: All

Is this csslint issue itself, or what?
I saw closed issue #92, very similar to this:

Note: original spec of filter doesn't require wrapping by " ", but in fatc it fix the issue:
Having this:

filter: "alpha(opacity: 0)";

no errors.

Tested in csslint v. 0.10.0.
npm v 1.4.28
node 0.10.33
Win7.

@XOP
Copy link

XOP commented Sep 21, 2015

+1,
disturbing issue

@OmgImAlexis
Copy link

Any updates on this?

@OmgImAlexis
Copy link

@XhmikosR
Copy link
Member

Yeah, no idea why it happens but I have noticed it too. This is a regression as far as I can tell.

@Duongg
Copy link

Duongg commented Dec 7, 2017

I have a similar error. I don't know what error is. Can you explain to me, please ? Thank you so much

@hakimio
Copy link

hakimio commented Feb 8, 2018

Still an issue. Any plans to fix it?
@eriwen @nschonni @tomasz-oponowicz @XhmikosR @zachleat

grid-template-columns: repeat(3, minmax(300px, 1.0fr));

@lulu5239
Copy link

Il manque un ; à la fin de la ligne du dessus.
It's missing a ; at the end of the top line.

@HYR
Copy link

HYR commented Mar 5, 2018

I'm seeing the same issue as @hakimio. Hope it gets resolved soon.

@Showcase-Joz
Copy link

yup, really annoying when you spend a while ensuring there are no code errors 👎

@dkhalife
Copy link

Any updates on this? It seems to also break on :global in the code snipped below:

:global(.myclass) hr {
    margin: 10px;
}

@BradHeff
Copy link

Im getting the same thing

CSSLint: Expected RBRACE at ......

:root { --blue: #007bff; }

@manuel-martinez-dev
Copy link

Im getting the same thing

CSSLint: Expected RBRACE at ......

:root { --blue: #007bff; }

I get the same error too... also CSSLint is saying that the rule (:root) is empty...

@GeneralMine
Copy link

GeneralMine commented Jul 20, 2021

Still an issue in 2021 and linked to #720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests