Casebook DS in CSS
Recreating our in-house design system with pure CSS for no-js usage
GitHub: https://github.com/Casecommons/cbp-ds-in-css
About
This is a pure CSS (no JS) implementation of Casebook's look and feel, for use in no-js use cases or with non-React front-end libraries.
As a general rule, all CSS classes in this library are prefixed with .cb-
to prevent clashes with other styles.
TODO
This is a work in progress. See the TODO page for upcoming items.
Usage
Use the styles by linking the compiled CSS in your html:
<link rel="stylesheet" type="text/css" href="https://casecommons.github.io/cbp-ds-in-css/css/styles.css">