Releases: emareg/classlesscss
Releases · emareg/classlesscss
Classless 1.1
It is time for v1.1! 🥳 It contains mostly small improvements and bug fixes over 1.0
Changelog
- Remove 'Open Sans' import (font instructions in README.md). Thanks @basteyy
- Set table elements to
display: table
again. Thanks @captn3m0 - Fix light background in input when in dark mode. Thanks @kacirekj
- Fix
<button>
and<select>
colors - Improve padding of collapsed
<li>
elements in<nav>
. Thanks @flibustenet - Improve grid behavior
- Update Readme. Thanks @Steveveepee
Special thanks to @basteyy for general support!
Classless 1.0
I think Classless.css is quite mature now, so I call it 1.0!
Changelog
- add
.hint
or.warn
classes to color elements, such as cards and blockquotes - add
--cemphbg
color as transparent variant of--cemph
. This ensures that.hint
will work also in dark mode. - improve appearance when page is printed
- highlight text in the link color
- remove underline from links that have targets within the page. Underlined links indicate a redirection to another page.
- move tooltip boxes above their label. This prevents direct clicking of links in citations on mobile devices.
Classless 0.95
Changelog:
- add tooltips
- refactoring, small adjustments
- separate themes and add-ons in extra files
Classless 0.94
The first release with basic styling.