UNPKG

react-esc-render-jss

Version:
23 lines (14 loc) 237 B
# React-ESC-JSS // TODO ## How to overwrite JSS settings The .esc-config.js ``` module.exports = { ...rest of your config jss: { options: { // Your custom options here } } } ```