beercss / beercss

Build material design interfaces in record time... without stress for devs... πŸΊπŸ’›
https://www.beercss.com
MIT License
940 stars 47 forks source link

Missing the strong tag in reset.css #250

Closed guidouil closed 5 months ago

guidouil commented 5 months ago

Hello Leonardo and beer fellaz, I'm having an issue because of my markdown rendering.

<article>
  <p><b>This text</b> is bottom aligned</p>
  <p><strong>This text</strong> is NOT bottom aligned</p>
</article>

Can you add the strong tag here ? https://github.com/beercss/beercss/blob/8a6ce3e35de6965decd3c51c6b7c23ea58d5ffc4/src/cdn/helpers/reset.css#L26C7-L26C7

Thanks

leonardorafael commented 5 months ago

I agree

leonardorafael commented 5 months ago

Done in v3.4.10 (https://github.com/beercss/beercss/releases/tag/v3.4.10)