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

"Something, somewhere, somehow failed! Did you post a link to an unreachable script?" #370

Open
Arczi008TV opened this issue Apr 16, 2021 · 1 comment

Comments

@Arczi008TV
Copy link

I didnt know why I couldn't minify my code, but I have found why.

Example code, that you cant minify.

#summary {
	background: black /*!important*/     

But if I put space here its working well.

#summary {
	background: black /* !important*/
@EmsTravel
Copy link

So you have !important as a comment. What if I don't have it as a comment?

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