Skip to content

0.7.0 (September 9, 2024)

Latest
Compare
Choose a tag to compare
@ryxxn ryxxn released this 09 Sep 02:05

The bug where the button was not inheriting the font has been fixed.

Before

button {
    all: initial;
    ...
}

After

button {
    all: initial;
    font: inherit;
    ...
}

What's Changed

  • Revert "Feature/export" by @ryxxn in #11
  • Feature / change module css by @ryxxn in #12
  • fix: a bug in which the font style does not inherit by @ryxxn in #13

Full Changelog: v0.4.0...v0.7.0