chinchilla.css
v1.0.0
Published
CSS styles to drop into a web page and make it look okay.
Downloads
1
Readme
chinchilla.css
CSS styles to drop into a web page and make it look okay. Inspired by water.css, this is a simple set of styles built with the tooling I like to be included and customized on small projects.
Features (and non-features)
- no build
- covers just enough html for most pages
- classless
- supports user preference of dark/light modes
- themeable with css properties
- cute name
Usage
Download chinchilla.css
along with one of the themes (classic.css
and cool.css
) and include in your webpage:
<link rel="stylesheet" href="chinchilla.css" />
Developing
Preview against the example html with:
$ npm test
Adding to a Build Pipeline
It's just CSS so this should fit into whatever build tool you use for your frontend components.