Created
April 8, 2014 14:20
-
-
Save alexbaumgertner/10131671 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// доработать BEM.DOM.decl('gallery', { | |
this.lightBoxSettings = this.params.style || { | |
style: { | |
'border-radius': '20px', | |
'border': '2px solid white' | |
} | |
}; | |
// указать в верстке 'stype' | |
<div | |
class="gallery i-bem" | |
onclick="return {'gallery':{ 'stype': 'border-radius': '20px', 'border': '2px solid white' }}"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment