npm beercss 2.0.17
v2.0.17

latest releases: 3.12.6, 3.12.5, 3.12.4...
3 years ago

CHANGELOG 2.0.17

  • Applying color helper on field element
  • You can apply specific color helper on elements inside field too
  • We not recommend to apply color helper on input, because this can hide some elements

image

Before

<div class="field label suffix">
  <input class="yellow black-text" />
  <label class="black-text">Label</label>
  <i class="front black-text">search</i>
</div>

After

<div class="field label suffix yellow black-text">
  <input />
  <label>Label</label>
  <i>search</i>
</div>

Don't miss a new beercss release

NewReleases is sending notifications on new releases.