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 prettifying Error with styling placeholder. #968

Closed
vajahath opened this issue Jul 9, 2016 · 2 comments
Closed

CSS prettifying Error with styling placeholder. #968

vajahath opened this issue Jul 9, 2016 · 2 comments

Comments

@vajahath
Copy link

vajahath commented Jul 9, 2016

Prettifying css removes a space from the code.
The code below is used to style placeholders.

working code

.card-blue ::-webkit-input-placeholder {
    color: #87D1FF;
}

incorrect code after prettification (Notice the space)

.card-blue::-webkit-input-placeholder {
    color: #87D1FF;
}

I tested it in google chrome. I recommend you to test this in all other browsers.

@bitwiseman
Copy link
Member

Is this CSS or something else such as SCSS/SASS/LESS?

@bitwiseman
Copy link
Member

This should be fixed in v1.6.4 see #985

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

2 participants