Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

v9.0.0

Choose a tag to compare

@markdalgleish markdalgleish released this 02 Oct 23:11
· 516 commits to master since this release

>>> Reverted in v9.0.1 - see notes above <<<

Changes

  • CSS classes are now compiled to emoji instead of boring old hashes 😉

Migration guide

  • You'll need to double check that the classes are handled correctly at runtime. If you aren't already, you may be required to specify your character set in your HTML documents, e.g.
<head>
  ...
+  <meta charset="utf-8" />
</head>