feat: chart toggles

This commit is contained in:
Cory Dransfeldt 2024-04-05 09:09:43 -07:00
parent daf958c845
commit f5036cbdf3
No known key found for this signature in database
10 changed files with 153 additions and 40 deletions

View file

@ -6,6 +6,7 @@ description: 'How to contact me.'
---
{% capture css %}
{% render "../assets/styles/components/forms.css" %}
{% render "../assets/styles/components/buttons.css" %}
{% render "../assets/styles/pages/contact.css" %}
{% endcapture %}
<style>{{ css }}</style>