codefortulsa / website

Code For Tulsa Website Update 2022
https://www.figma.com/file/maf7XD1XhbIKlJn77P2tIS/Code-for-Tulsa-Website?node-id=0%3A1
8 stars 10 forks source link

Add styling for components generated from MD files #128

Open zenlex opened 2 years ago

zenlex commented 2 years ago

Markdown files being read in to create blog posts (and potentially other pages) are being transformed via an Abstract Syntax Tree. The structure is set up to apply styles to each type of common component/tag. We can create a base set of styles for those elements and then if any are truly blog-specific a blog-components subset of those style rules as well. Hit up @helmturner or @zenlex for an overview of the component architecture as needed.