diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..d853ef6d --- /dev/null +++ b/.eslintignore @@ -0,0 +1,6 @@ +build +app/dist +app/static +assets +website +node_modules diff --git a/lib/components/style-sheet.js b/lib/components/style-sheet.js new file mode 100644 index 00000000..69b613f4 --- /dev/null +++ b/lib/components/style-sheet.js @@ -0,0 +1,2238 @@ +import React from 'react' + +export default class StyleSheet extends React.PureComponent { + render () { + const { + customCSS, + cursorColor, + fontSize, + fontFamily, + fontSmoothing, + foregroundColor, + backgroundColor + } = this.props + + return ( +