Baltimore-County-Government / dotgov-components

UI design system for Baltimore County's primary website
https://baltimore-county-government.github.io/dotgov-components/
2 stars 0 forks source link

Fixing Bug That Disabled Italics #354

Closed theilman7 closed 3 years ago

theilman7 commented 3 years ago

Expected: A user may enter an <i> or <em> tag and the type would converted to italics. Actual: When wrapped in an <i> or <em> tag, the type is not converted to italics. To address this, I removed the i and em from the selectors in the reset file. I was debating removing the font property altogether since that is a bit sweeping, but I removed these items from the selectors for now.