I didn't realize how much time I spent on cleanups until regex let me stop.
Want to write styles in JavaScript, but also want Sass-style helper functions and mixins? Need a consistent color palette throughout your app? polished is for you! polished has first-class Flow ...
When you want to replace all instances of a specific character in a text with another, many people intuitively use the replace() method. However, there is a "historical trap" hidden in JavaScript here ...