feat: Support anchors, use style nesting, use normalize.css

This commit is contained in:
daudix-UFO
2023-11-16 22:46:21 +03:00
parent 685ae98d11
commit 8488d2cbbb
7 changed files with 517 additions and 142 deletions

View File

@ -1,4 +1,5 @@
+++
insert_anchor_links = "right"
+++
{% crt() %}
@ -70,7 +71,11 @@ stylesheets = [
Additional stylesheets; expects it to be in the `static` directory. If you are using Sass it will be compiled there anyway.
If for some reason overridden class are not respected, try using `!important`. You can import styles from Duckquill using `@use "../themes/duckquill/sass/NEEDED_FILE.scss";`.
If for some reason overridden class are not respected, try using `!important`. You can import styles from Duckquill using:
```scss
@use "../themes/duckquill/sass/NEEDED_FILE.scss";
```
### Primary color