webdog 0.1.4

static site generator fit for a dog
Documentation
1
2
3
4
5
6
7
8
9
10
---
title: styling
template: docs.tera
---

# styling

though you can use plain CSS if you prefer, webdog includes [Sass](https://sass-lang.com) support out-of-the-box and is recommended.

add your root Sass stylesheets to your [site config](./config), but replace the extension with `.css` when adding the `link` tag to your templates.