import React from 'react'; export default class StyleSheet extends React.PureComponent { render() { const {customCSS, backgroundColor, fontFamily, foregroundColor, borderColor} = this.props; return (