Skip to content

Casecommons/cbp-ds-in-css

Repository files navigation

DS-in-CSS

A pure CSS implementation of Casebook Design System styles (written in SASS) for stack-agnostic usage.

building

Compile the scss files into CSS with:

npm run sass

or for the unminified version:

npm run sass:unminified