adoc-skin
v0.1.2
Published
A modern and fully-customizable skin on top of the default Asciidoctor stylesheet.
Downloads
4
Maintainers
Readme
adoc-skin
A modern and fully-customizable skin on top of the default Asciidoctor stylesheet.
Installation
pnpm add -D adoc-skin
Usage
// Set your preferences
@use "adoc-skin/src/config" with (
$color-brand: red,
// ... and more
);
// Use the library
@use "adoc-skin";