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

CSS Errors #1134

Closed
fernandog opened this issue Sep 16, 2016 · 4 comments
Closed

CSS Errors #1134

fernandog opened this issue Sep 16, 2016 · 4 comments

Comments

@fernandog
Copy link
Contributor

@OmgImAlexis @Thraxis

any idea how to fix this errors?

image

@fernandog fernandog added the Bug label Sep 16, 2016
@OmgImAlexis
Copy link
Collaborator

The second should be ignored and the top ones are probably missing the ending }.

@fernandog
Copy link
Contributor Author

fernandog commented Sep 17, 2016

@OmgImAlexis
but if you look the code, there are the open { and the closing } , so don't understand why its missing

.ui-pnotify-container {
    border: 1px solid rgb(17, 17, 17);
    background-image: -moz-linear-gradient(rgb(51, 51, 51), rgb(61, 61, 61)) !important;
    background-image: linear-gradient(rgb(51, 51, 51), rgb(61, 61, 61)) !important;
    background-image: -webkit-linear-gradient(rgb(51, 51, 51), rgb(61, 61, 61)) !important;
    background-image: -o-linear-gradient(rgb(51, 51, 51), rgb(61, 61, 61)) !important;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=rgb(51, 51, 51), endColorstr=rgb(61, 61, 61)) !important;
    -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=rgb(51, 51, 51), endColorstr=rgb(61, 61, 61)) !important;
    -moz-box-shadow: 0 0 2px rgb(0, 0, 0);
    -webkit-box-shadow: 0 0 2px rgb(0, 0, 0);
    -o-box-shadow: 0 0 2px rgb(0, 0, 0);
    box-shadow: 0 0 2px rgb(0, 0, 0);
}

@OmgImAlexis
Copy link
Collaborator

Found the issue. It's a bug with the linter.

Ref: CSSLint/csslint#603

@OmgImAlexis
Copy link
Collaborator

Closing this for now as it's a Linter issue and doesn't actually break anything. I'll be updating this line soon anyways as I cleanup the CSS.

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

No branches or pull requests

2 participants