Dillon de Voor
Dillon de Voor
Currently font-store is developed around and only tested with Google Fonts. In theory it should work with other services too but this should be tested. If needed make service specific...
It would be nice if you can also base64 encode local (both CSS and font) files. Detected automatically, of course.
> \ does not support changing `store` on the fly. It is most likely that you see this error because you updated to Redux 2.x and React Redux 2.x which...
Chips and input should be center aligned vertically but they are not. The offset is only small with normal chips but with small chips it's very obvious. Sandbox: https://codesandbox.io/s/material-ui-chip-input-input-alignment-uvftp Enter...
I also disliked changing plugins and wanted a clean way to compose them, so this is my `next.config.js` at the moment: ```js const withCSS = require('@zeit/next-css') const compose = (...plugins)...