Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 258 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 258 Bytes

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