Earlier quoted context omitted.
Hi, do you mean that the underline appears under the highlighted text? No, that's not expected, I will see what I could do to fix it. However, the underline is indeed supposed to grow slightly thicker on hover.
Yes, looked a bit weird. I do have an outdated web browser so there's that but I would assume this should work well even on older ones (due to the overall simplicity). Sorry for nitpicking, this is obviously a very minor issue. I always welcome smaller and lighter libraries!
Show HN: Lissom.CSS - A classless, minimalist, and themeable CSS library
11–20 of 48 posts
Re: Show HN: Lissom.CSS - A classless, minimalist, and themeable CSS library
#12Re: Show HN: Lissom.CSS - A classless, minimalist, and themeable CSS library
#13> To make a button primary, add the data-primary attribute to it.
For things like this, I feel like a class would be ok while still calling the library "classless". Is there some advantage to using a data-* attribute here or is it just to retain "purity" of the classless tagline?
Re: Show HN: Lissom.CSS - A classless, minimalist, and themeable CSS library
#14Re: Show HN: Lissom.CSS - A classless, minimalist, and themeable CSS library
#15For some reason this site is triggering a phishing warning in Chrome? I went to the site anyway and it seems completely harmless...
That's curious. It's just a simple HTML page with CSS attached, hosted on GitHub Pages. I don't see why it would trigger such a warning.
Re: Show HN: Lissom.CSS - A classless, minimalist, and themeable CSS library
#16Earlier quoted context omitted.
Yes, looked a bit weird. I do have an outdated web browser so there's that but I would assume this should work well even on older ones (due to the overall simplicity). Sorry for nitpicking, this is obviously a very minor issue. I always welcome smaller and lighter libraries!
I've stretched out the line height a bit so it should look better now.
Re: Show HN: Lissom.CSS - A classless, minimalist, and themeable CSS library
#17I’m curious, what is the benefit from going “classless”? In my CSS usage, classes have been very useful. Why would you not want to use classes?
Re: Show HN: Lissom.CSS - A classless, minimalist, and themeable CSS library
#18Something that doesn't address every single detail down to things like ::-webkit-credentials-auto-fill-button is not a library but an opinion.
Re: Show HN: Lissom.CSS - A classless, minimalist, and themeable CSS library
#19Earlier quoted context omitted.
That's curious. It's just a simple HTML page with CSS attached, hosted on GitHub Pages. I don't see why it would trigger such a warning.
Many phishing lists don't treat github.io as a pseudo-TLD which leads to the entirety of *.github.io being blacklisted when someone uses Github Pages to host phishing or malware.
Re: Show HN: Lissom.CSS - A classless, minimalist, and themeable CSS library
#20I’m curious, what is the benefit from going “classless”? In my CSS usage, classes have been very useful. Why would you not want to use classes?
The more traditional CSS libraries provide ton of classes, and your html is filled with classes for the basic styling.