npm beercss 3.1.2
v3.1.2

latest releases: 3.12.8, 3.12.7, 3.12.6...
2 years ago

CHANGELOG 3.1.2

ADDED

  • Added --font-icon variable (#135):
/* to set icon font in your project */

:root { 
  --font-icon: "Material Symbols Outlined";
}

:root { 
  --font-icon: "Material Symbols Rounded";
}

:root {
  --font-icon: "Material Symbols Sharp";
}

FIXED

  • Fixed label up on select with disabled/selected/no value option (#137)

Don't miss a new beercss release

NewReleases is sending notifications on new releases.