Tae Kim
Tae Kim
It's a common use-case to re-use a component's styles but make slight stylistic changes related to your product, business, etc. `react-with-styles` doesn't support this... until this PR! Extending styles is...
The `dependencies` field of the `package.json` was a type of array, but `npm` specifies it as an object type. This came up as I was trying to use `electron-builder` and...
"only-extend-defined" ESLint Rule Ensures that any extendable styles are defined in the component's style definition. This PR was created based on feedback on the [extending styles PR](https://github.com/airbnb/react-with-styles/pull/210). `Failing Example` ```...