We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Is this CSS or something else such as SCSS/SASS/LESS?
Sorry, something went wrong.
This should be fixed in v1.6.4 see #985
No branches or pull requests
Prettifying css removes a space from the code.
The code below is used to style placeholders.
working code
incorrect code after prettification (Notice the space)
I tested it in google chrome. I recommend you to test this in all other browsers.
The text was updated successfully, but these errors were encountered: