v0.6.7
Duomo CSS now includes an index.scss
file so you can customize Duomo.
As a consumer, you would:
yarn add --dev sass @zaydek/duomo
yarn sass --load-path node_modules/@zaydek/duomo
@use "duomo" with (...);
In the future this will be likely automated with a bundled command-line tool.
An example of a real-world user journey (using Next.js) looks like this:
yarn sass
--load-path node_modules/@zaydek/duomo
--no-source-map
src/stylesheets/index.scss
public/static/index.css
This would compile src/stylesheets/index.scss
to public/static/index.css
.