axohtml
axohtml copied to clipboard
Cannot use `unsafe_text` in <style>-Tags
To write proper inline css I think it should be possible to use unsafe_text
in
<style>
body { font-family: 'Fira Code'; }
</style>
If you agree I could open a PR ( -> https://github.com/ds82/axohtml/commits/fix/allow_unsafe_text_in_style )