Skip to content

Releases: cssstats/cssstats

CSS custom properties edition

08 Dec 22:03
Compare
Choose a tag to compare

Dancing cat with rad glasses

Custom properties now have solid browser support and are being used more frequently on the web. So we've added custom properties support via the postcss-custom-properties plugin.

This is part of a 4.0 (major) release because it's technically breaking, but it will now behave the way most users expect.

Changelog

  • (#308) Custom property support
  • (#306) Removes the request library and replaces with node-fetch

v2.0.0

24 Nov 20:13
Compare
Choose a tag to compare

v2

Huge updates courtesy of @jxnblk to http://cssstats.com

Unleash your potential to write amazing css

Changeset

  • Huge performance boost by removing angular and moving to more server side rendering
  • Easily link to popular sites and frameworks on the homepage
  • Responsive svg graphs for visualizing uniques vs total, specificity, as well as declarations per ruleset.
  • Improved URL parsing (not perfect but better)
  • Improved visualizations for colors and background colors
  • Form is more accessible
  • Displays how font-familys will render on current machine
  • Moved from heroku to AWS for stability