Maciej Adamczak

Results 3 issues of Maciej Adamczak

I wanted to add support for printing a custom help message when the plugin finds duplicates. In my project, we are using the plugin only for specific sets of the...

When running test that is using `STYLED_COMPONENTS` as a renderer there is a problem with React context: ``` Failed context type: Invalid context `__styled-components-stylesheet__` supplied to `Component`. ```

bug

The [`svgicons2svgfont`](https://github.com/nfroidure/svgicons2svgfont) tool allows you to pass the multiple glyph codes for the same icon. Example from their page: ```js // Multiple unicode values are possible const glyph2 = fs.createReadStream('icons/icon1.svg');...