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

Additional closing bracket in style.css line 38 #11

Closed
kongnir opened this issue Sep 17, 2013 · 1 comment
Closed

Additional closing bracket in style.css line 38 #11

kongnir opened this issue Sep 17, 2013 · 1 comment

Comments

@kongnir
Copy link

kongnir commented Sep 17, 2013

Hi, I was trying to minify the stylesheet to test it and got an error on line 38. There's an additional closing bracket on the first color-stop.

color-stop(0%,#fcfcfc)), color-stop(100%,#eee)); /* Chrome,Safari4+ */

Should be

color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */

Not a big issue for people using their own styles. Just a note. :)
Great work!

@9bitStudios
Copy link
Owner

Hey you're right! Thanks for pointing this out. I'll push up a fix.

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