No Lead Zero

The noLeadZero rule will eliminate leading zeros from numbers expressed within values.


👍

false

Lorem Ipsum

.class-a {
  width: 0.5px;
  height: 0.05rem;
  left: 0.1em;
  right: 0.50cm;
  top: 0.3ch;
}
.class-a {
  width: 0.5px;
  height: 0.05rem;
  left: 0.1em;
  right: 0.50cm;
  top: 0.3ch;
}

👍

true

.class-a {
  width: 0.5px;
  height: 0.05rem;
  left: 0.1em;
  right: 0.50cm;
  top: 0.3ch;
}
.class-a {
  width: .5px;
  height: .05rem;
  left: .1em;
  right: .50cm;
  top: .3ch;
}