facebookincubator / infima

A UI framework that provides websites with the minimal CSS and JS needed to get started with building a modern responsive beautiful website
https://infima.dev
MIT License
408 stars 55 forks source link

Fix text-decoration regression #267

Closed srmagura closed 2 years ago

srmagura commented 2 years ago

Regression introduced here: https://github.com/facebookincubator/infima/pull/266 (adding :any-link increases the specificity which prevents other styles from being applied)

Issue in Docusaurus repo: https://github.com/facebook/docusaurus/issues/7748

netlify[bot] commented 2 years ago

Deploy Preview for infima ready!

Built without sensitive environment variables

Name Link
Latest commit c7e770be444cef3654d1e41427eddce645e40fdf
Latest deploy log https://app.netlify.com/sites/infima/deploys/62c8e8c342c0160008436798
Deploy Preview https://deploy-preview-267--infima.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

slorber commented 2 years ago

Thanks @srmagura

I don't like too much this solution, will use mine instead which reverts to previous CSS specific level: https://github.com/facebookincubator/infima/pull/268