Releases: ungoldman/style.css
Releases · ungoldman/style.css
v2.0.0-0
ALPHA RELEASE
This release is currently only available on the next
dist-tag.
Install like this:
npm install style.css@next
Or try it out via CDN:
https://unpkg.com/style.css@next
Breaking Changes
- Now includes dark mode. Switches between light & dark themes automatically based on user's system settings.
- Reworked colors, fonts, header sizes.
- Many miscellaneous tweaks. Will document when release is stable.
v1.0.3
v1.0.2
v1.0.1
v1.0.0
It's stable! Time to call it good and do a 1.0.0
release for reals.
Changes
- refactor: heading size, weight, small
Misc
- docs(readme): shorten CDN links
- docs(readme): use unpkg for download buttons
- docs(site): adjust max width of main
- docs(site): capitalize style guide title
v1.0.0-beta-1
Fixes
- adjust code font-size to 90%
v1.0.0-beta
This release marks the end of a very long alpha phase!
I've made several major changes in this release, some of which are breaking. All breaking changes are marked as such below.
Changes
- breaking: remove
modularscale-sass
dependency- this brings dependencies down to zero!
- heading sizes reworked (no longer using modular scale)
$link-color
updated (steelblue
->#0074D9
)- links are now much more visible on screens with poor contrast
- breaking: remove layout styles (
main
element)- assigning layout styles to
main
was a bad idea - users can set their own width constraints for now
- assigning layout styles to
- breaking: remove
$font-size-code
variablepre
,samp
,code
, andkbd
now default tofont-size: .75em
- increase bottom margin for all block elements (
1em
->1.25em
)- more white space and breathing room for text is good
- decrease heading font weight to 400
- nice lighter/thinner style without going overboard
- fix:
code
in headings now renders correctly
v1.0.0-alpha-8
Changes
- apply natural box layout model using paulirish method
Additions
- add style for small text inside headings
Fixes
- use unitless line heights based on css-tricks recommendation (fixes line height issue with inline code elements)