Skip to content

v0.4.0

Compare
Choose a tag to compare
@typicode typicode released this 20 Apr 22:31
· 19 commits to main since this release

0.4.0

What's Changed

Breaking changes

Before:

@scope (.badge) {
  div:scope {

Now:

@scope (div.badge) {
  :scope {

Full Changelog: v0.3.8...v0.4.0