🐦 Reusable, pre-styled components for typst
#code(
"if(success) { return [>=, <=, ===, !=, ***]; }",
background: tailwind.violet-300, // Default: #rgb("#d2f0d4")
foreground: tailwind.neutral-900, // Default: #rgb("#000000")
)#boxed_link(
"https://github.com/Az-21/",
background: tailwind.emerald-900, // Default: #rgb("#d2e7f0")
foreground: tailwind.emerald-100, // Default: #rgb("#000000")
size: 12pt, // Default: 10pt
width: 50%, // Default: 100%
)Move changes from git repo to @local Typst folder, and vice versa.
# git -> @local
python ./sync.py --from-git-to-local
# @local -> git
python ./sync.py --from-local-to-gitUtility to parse material you theme for Typst


