getbem.github.io icon indicating copy to clipboard operation
getbem.github.io copied to clipboard

Globals classes

Open alvescleiton opened this issue 7 years ago • 1 comments

Can I use globals classes within others elements? For exemple, <button class=“block__elem bordered”>. In this case the class bordered is a border-radius: 5px that I’ll use in many others elements! Thank you!

alvescleiton avatar Apr 27 '18 01:04 alvescleiton

You should use a modifier: block__elem--bordered If you wanna reuse the border-radius, use SCSS

andrmoel avatar Jan 02 '19 15:01 andrmoel