This is a design system that utilizes Sass and configurations from some of my favorite CSS libraries.
This software is distributed "as is" and can change without warning.
The repo already contains the files you need to get started using Sass. But if you want to generate new Tailwind configuration files, you can run
npm run parse
index.html
contains a dummy HTML file that is linked to the stylesheet produced by the Sass. You can start a live-server
with
npm run start