Custom units in the Fluid Value Maker

Hi there it would be very nice to see a custom drop down in the Fluid Value Maker for the units. Instead of being stuck with only px. I use rem on almost every site build with the conversion:

html {
  /* 1rem = 10px */
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}

It would also be great to have the option for the conversion built into cwicly :slight_smile:

1 Like