Jakub Frej
Jakub Frej
The emotion css-mode test is not actually using emotion for colouring of the cells, which is the heaviest part. It just uses inline styles: ```style={{ background: `rgba(74, 174, 53, ${x})`...
Fixes #41 This PR adds test cases for dynamic class generation for emotion (css-mode), cxs and aphrodite. Essentially, each existing case has been split into dynamic and inline styles version....
[Section 19.7](https://github.com/airbnb/javascript#whitespace--after-blocks) requires a blank line after blocks and before the next statement. This uses JSCS [requirePaddingNewLinesAfterBlocks](http://jscs.info/rule/requirePaddingNewLinesAfterBlocks) but the equivalent [padding-line-between-statements](https://eslint.org/docs/rules/padding-line-between-statements) is missing from the base ESLint config. I believe...
Added options for `transformReq` and `transformResp` functions. This allows dynamic modification of request and response headers. It's based on the fork by @rjferguson21 (https://github.com/rjferguson21/node-proxy-middleware). To give a real life example,...