Download Latest Version v5.0.3 source code.zip (45.1 MB)
Email in envelope

Get an email when there's a new version of Beer CSS

Home / v5.0.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-08-04 1.8 kB
v5.0.3 source code.tar.gz 2026-08-04 44.8 MB
v5.0.3 source code.zip 2026-08-04 45.1 MB
Totals: 3 Items   89.9 MB 1

CHANGELOG 5.0.3

🚀 Added

🩹 Fixed

⚠️ Breaking changes

  • Updated button inside nav group element

Added support for modules. The bundle can be reduced by up to 10x 😮

Read the fully docs here https://github.com/beercss/beercss/blob/main/docs/MODULES.md


Updated default button inside nav group element

:::html
// Before

<nav class="group">
  <button class="left-round">Button</button>
  <button class="no-round">Button</button>
  <button class="no-round">Button</button>
  <button class="right-round">Button</button>
</nav>

:::html
// After

<nav class="group">
  <button class="left-round">Button</button>
  <button>Button</button>
  <button>Button</button>
  <button class="right-round">Button</button>
</nav>

:::html
// Rendering a fully square corner

<nav class="group">
  <button class="no-round left-round">Button</button>
  <button class="no-round">Button</button>
  <button class="no-round">Button</button>
  <button class="no-round left-round">Button</button>
</nav>

Hello! Can you support us? ❤️🍻

https://github.com/sponsors/beercss

Source: README.md, updated 2026-08-04