codeforboston / mattapan-mapping

Mattapan Mapping application. A collaborative between powerfulpathways.org & codeforboston.org . Ideation phase.
https://mattapan-pp.netlify.app/
MIT License
5 stars 16 forks source link

Use Emotion’s Babel Macros #84

Open stvnwn opened 2 years ago

stvnwn commented 2 years ago

Documentation here. One of the benefits of using macros is that it allows for contextual class names; e.g.

<button class="Button-asdf123 asdf123" />

instead of

<button class="asdf123" />