npm beercss 3.2.0
v3.2.7

latest releases: 3.12.11, 3.12.10, 3.12.9...
2 years ago

CHANGELOG 3.2.7

Size

🚀 Added

🩹 Fixed

  • Fixed some responsive bugs (#145)
  • Fixed label up on input numbers (#140)
  • Fixed disabled on button links
  • Fixed dialog inside navs (#152)
  • Fixed label overlap on hidden fields (#154)
  • Fixed menu trigger when use data-ui (#155)
  • Adjusting extended buttons
  • Fixed label up on input type datetime-local (#157)

⚠️ Breaking changes

🚩 Examples

// before
<div class="dropdown">
  <a>Item 1</a>
  <a>Item 2</a>
  <a>Item 3</a>
</div>

// after
<menu>
  <a>Item 1</a>
  <a>Item 2</a>
  <a>Item 3</a>
</menu>
// before
<div class="modal">
  <h5>Title</h5>
  <p>Some text here</p>
</div>

// after
<dialog>
  <h5>Title</h5>
  <p>Some text here</p>
</dialog>
// rich tooltip example, using max helper
<div class="tooltip max">
  <h5>Title</h5>
  <p>Some text here</p>
  <nav>
    <button>Button</button>
  </nav>
</div>
// new round helpers example
<article class="no-round">...</article>
<article class="small-round">...</article>
<article class="round|medium-round">...</article>
<article class="large-round">...</article>
/* if you want to use roboto flex or any other custom font use this css */
@import "https://fonts.googleapis.com/css2?family=Roboto Flex";

:root {
  --font: "Roboto Flex";
}

Don't miss a new beercss release

NewReleases is sending notifications on new releases.