Go to file
Geoff Doty aad56e0ea9 fix example 2021-10-16 03:18:33 -04:00
dist missed some renames 2021-10-16 02:08:53 -04:00
example fix example 2021-10-16 03:18:33 -04:00
src add button extras 2021-10-16 03:16:25 -04:00
LICENSE update readme w/ images 2021-10-13 18:07:44 -05:00
README.md readme 2021-10-16 02:52:05 -04:00

README.md

Grayscale CSS

CSS For Minimalists

Grayscale is a tiny-dynamic-classless css stylesheet designed for rapid prototyping. Use AS-IS or...

CHANGE A SINGLE COLOR and REDEFINE YOUR ENTIRE THEME, complete with light and dark modes.

It may be classless, but it oozes with an extendable style that just rocks!!

All in 2kb gzipped!

Features

  • Tiny, 2kb
  • Classless
  • Dynamic, 15 Custom CSS Vars
  • Pure CSS Theme Generation
  • Includes Light and Dark Themes

WARNING: ever-green browsers need only apply ;)

Check it Out

While Grayscale CSS can generate a dynamic theme based on A SINGLE COLOR, it defaults to a beautiful theme is based on steelblue , and of course that comes in both light and dark variants



Add data-theme="dark" to the html tag for a taste of the dark side

LICENSE

TODO

Still have a bunch of tiny tweaks and extras to build, but th

  • clamp themes, saturation and lightness above 80, or below 20 just wont work

  • add theme to parts, checkbox, radio button, range sliders ect...

  • styles for details & summary

  • ability for an accent color (defaults to theme)

  • Tweak code, pre, kbd

  • input highlight on focus

  • documentation around main , article, section tags