kristoferjoseph / postcss-modular-scale

PostCSS plugin for adding modular scale to your styles
MIT License
53 stars 9 forks source link

Using only one base value causes compilation to stop #7

Open lmartins opened 9 years ago

lmartins commented 9 years ago

When I try to use only one base value, the compilation never finishes.

:root {
  --ms-bases: 1.084;
  --ms-ratios: 1;
}
kristoferjoseph commented 8 years ago

Hey there! I updating the project to not use multiple bases. Should land this month! Hold tight and thanks for taking the time to file an issue :)

lkraav commented 8 years ago

Did this ever end up landing?