* Add the social buttons gem to the Gemfile * Initializer and translations for the social buttons * Add the social buttons assets to the sprockets require * Add the social buttons in the show debate view * Spec to lock down the amount of social share buttons to three
11 lines
175 B
SCSS
11 lines
175 B
SCSS
/*
|
|
*= require social-share-button
|
|
*/
|
|
|
|
@import "foundation_and_overrides";
|
|
@import "fonts";
|
|
@import "icons";
|
|
@import "variables";
|
|
@import "participacion";
|
|
@import "debates";
|