Provide fix for issue #668

This commit is contained in:
Abdullah Almsaeed
2016-07-04 11:48:51 -04:00
parent 16bb613abe
commit b8ea25e8eb
16 changed files with 5028 additions and 4 deletions

View File

@@ -7,6 +7,12 @@
* https://github.com/lipis/bootstrap-social
*/
// Import variables and mixins as a reference for separate plugins version
@import (reference) "../bootstrap-less/mixins";
@import (reference) "../bootstrap-less/variables";
@import (reference) "variables";
@import (reference) "mixins";
@bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2);
@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);