Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
2
Alexander Guillén Hernández
@AlexanderTheWise

All comments

  • Rino•340
    @Rhinozer0s
    Submitted about 2 years ago

    Responsive QR-Code Card using SCSS

    #sass/scss
    2
    Alexander Guillén Hernández•220
    @AlexanderTheWise
    Posted about 2 years ago

    Good copy.

    When you're nesting classes like this: .card{ .... .card__qr-code{...} }

    it will transpile to this: .card{...} .card .card__qr-code {...} => higher specificity (20)

    Use "&" for BEM elements when using SASS. .card{ &__qr-code{...} => concatenation = (".card" + "__qr-code") }

    It will transpile to this: .card {...} .card__qr-code{...} => lower specificity (10)

    Marked as helpful
  • Akira•20
    @IoQuality
    Submitted about 2 years ago

    Results summary component

    3
    Alexander Guillén Hernández•220
    @AlexanderTheWise
    Posted about 2 years ago

    I have to say that I like your design better than the one provided by the website.

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub