Michael Falk
Michael Falk
It would be cool if we could animate the little circle that appears when you click in a recording. I'm imagining something like this: https://support.loom.com/hc/article_attachments/360012106797/Screen_Recording_2018-11-22_at_05.44_PM__1_.gif It seems like this could...
I noticed that if I have multiple entrypoints in my webpack config, e.g.: ``` entry: { entryOne: [ './first-files/' ], entryTwo: [ './second-files/' ], } ``` Then I am only...
Given the following CSS: ``` body { margin: 0; } ``` If I include a trailing space at the end of my regular expression pattern, postcss-replace will not perform the...