erikjung / postcss-modular-scale-unit

PostCSS plugin to support a unit for modular scale numbers
MIT License
9 stars 1 forks source link

Refactor: new modular scale class #16

Closed erikjung closed 8 years ago

erikjung commented 8 years ago

This addresses a few issues discovered by #15.

The modular scale class has been refactored to assemble the scale strands in a different, simpler, more efficient way. In addition to supporting more ratio and base edge cases, it's also a bit faster now and no longer has external dependencies.