undefined

undefined

We have included a shadow function which makes styling simple box-shadows easier. You can simply pass a single number that has the same meaning of the spacing scale and a box-shadow will be created on that element at that scale.

.box {
  box-shadow: shadow(1);
}
shadow(1)
shadow(2)
shadow(3)
shadow(4)