This repository demonstrates a pattern for defining theme with defaults for css styling. It allows overloading the theme from Index.re or any file calling the App.re and thus enables reusability or platform-like behavior. It uses bs-css as css-in-js solution.
- Clone repository
- Run yarn install
- yarn clean
- yarn watch