Christoph Werner
Christoph Werner
I'm currenty setting up a lerna mono repo for an overengineered usergroup website that i mainly use as a testing playground: https://github.com/paderbornjs/site So far it has two packages: - A...
Change API so that it accepts both css strings and style objects
Adding a commandline to generate keyframe css for users that don't use css-in-js might be a good idea once the api has stabilized.
for style prefixing, inline-style-prefixer could be used. could also use cssnano (thanks @oliverturner for the idea) and autoprefixer postcss plugins - especially when performed at build time as opposed to...
Fixes #161 Is this also a problem with Gatsby?
see https://github.com/andrewbranch/gatsby-remark-vscode/blob/master/src/remarkPlugin.js#L205-L214 I'll provide a fix via PR in the next days.
**Is your feature request related to a problem? Please describe.** I want to provide a list of static default values for a list of scalars. **Describe the solution you'd like**...
This time it's @sokra who told me this is probably the place to open an issue. - Operating System: Windows 10 - Node Version: 12.16.2 - NPM Version: 6.14.4 -...
When using a constraint, e.g. `together` to switch both the attachments of `element` and `target`, the defined `offset` is not inverted. Example element is positioned like a dropdown, 6px below...
So far, i think i understand most of this repositories inner workings. The only part where it gets tricky for me is in `tools/development` regarding hot reloading of client modules,...