1.0.0 • Published 5 months ago

chinchilla.css v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

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.

1.0.0

5 months ago