0.3.2 • Published 10 months ago
@dirtyhenry/css v0.3.2
Dirty Henry’s CSS & Vanilla HTML
This package contains raw elements of old-timer HTML.
Development Tasks
make run # Watches scss source files and building CSS in the playground
make playground # Webserver for the playground
Customization
This package distributes dirtyhenry.css
that provides several CSS variables
(aka custom properties) for real-time customization capabilities:
:root {
--header-site-color: red;
}