Software Alternatives & Reviews

Building an Accessible Reveal-Card

Sass BEM
  1. 1
    Syntatically Awesome Style Sheets
    Pricing:
    • Open Source
    Because we're using SCSS we can easily just add the variants to our material-slide styles like so.

    #Developer Tools #Design Tools #Javascript UI Libraries 131 social mentions

  2. 2

    BEM

    BEM — Block Element Modifier is a methodology, that helps you to achieve reusable components and code sharing in the front-end.
    You may have noticed in the above SCSS I was using BEM which is just a style guide. In BEM when you add a variant you use -- followed by the variant name. So let's add success, info and warn as our three colour variants.

    #Developer Tools #Design Tools #CSS Framework 43 social mentions

Discuss: Building an Accessible Reveal-Card

Log in or Post with