Skip to content

v2.3.2

Compare
Choose a tag to compare
@arve0 arve0 released this 29 Sep 15:42
· 85 commits to master since this release

Fixed a bug that rendered

par {.class.with.dot}

as

<p css-module="classwith.dot">par</p>

This is now fixed and renders as

<p class="class.with.dot">par</p>

See #75.