StartBootstrap / startbootstrap-clean-blog

A clean Bootstrap blog theme created by Start Bootstrap
https://startbootstrap.com/theme/clean-blog/
MIT License
1.78k stars 1.85k forks source link

Fix ActionView::Template::Error in rails #19

Closed mckayward closed 8 years ago

mckayward commented 8 years ago

This commit fixes the error described in issue #18

davidtmiller commented 8 years ago

I'll have to look at the LESS and get this changed there first.

mckayward commented 8 years ago

So I looked into it a little further and it was actually being caused by the double colon in .floating-label-form-group::not(:first-child)

So I took a look in clean-blog.less and removed one of the colons there from &::not(:first-child) on line 344, and took care of the double colon in clean-blog.css and clean-blog.min.css. I think it should be good now.