oSocialFollow(opts)
Output all o-social-follow styles.
Examples
Example #1
all styles.
@include oSocialFollow();
Example #2
styles for select variants.
@include oSocialFollow($opts: (
'icons': ('twitter', 'facebook', 'linkedin', 'instagram'),
'standalone': true,
'themes': ('inverse')
));
Links
oOverlayContentClose
Overlay close button styles.
The output does not include a class definition, and should be wrapped in a selector.
Example
Output button styles
.my-close-button {
@include oOverlayContentClose();
}
Links