/bs-css-demo

Demo for a certain bs-css use case

Primary LanguageOCaml

Bs-css-demo

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.

Installation

  • Clone repository
  • Run yarn install

Running

  • yarn clean
  • yarn watch