Skip to content

Releases: ungoldman/style.css

v2.0.0-0

08 May 01:21
Compare
Choose a tag to compare

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

16 Mar 20:36
Compare
Choose a tag to compare

Fixes

  • fix: add autoprefixing to serif.css (#51)

Misc

  • lots of dev dependency updates to resolve security warnings

v1.0.2

14 Mar 22:28
Compare
Choose a tag to compare

Fixes

  • fix: update links for ownership transfer

Misc

  • ci: use gh actions, add dependabot (#44)

v1.0.1

05 Jan 19:01
Compare
Choose a tag to compare

Fixes

  • fix(colors): add units to hsl, according to sass 1.32.0 deprecation (#42)

Misc

  • docs: rm "sites using section" (all outdated)
  • deps: upgrade node-sass to v7.0.1

v1.0.0

08 Feb 05:05
Compare
Choose a tag to compare

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

02 Sep 07:56
Compare
Choose a tag to compare

Fixes

  • adjust code font-size to 90%

v1.0.0-beta

02 Sep 06:27
Compare
Choose a tag to compare

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
  • breaking: remove $font-size-code variable
    • pre, samp, code, and kbd now default to font-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

09 Oct 06:57
Compare
Choose a tag to compare

view diff

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)

v1.0.0-alpha-7

08 Oct 21:19
Compare
Choose a tag to compare

view diff

Fixes

  • move modularscale-sass from devDeps to deps to fix Sass import bug (#27)

v1.0.0-alpha-6

08 Oct 20:58
Compare
Choose a tag to compare

view diff

Fixes

  • fix missing files in distribution