-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrap 4 Support #123
Comments
I am using this in CrocodileJS at https://github.com/crocodilejs/crocodile-node-mvc-framework (release v1.0.0 will be out soon with this included). |
Soon I'll have to check what is going to happen with BS4 :) |
+1 |
1 similar comment
+1 |
Update: Bootstrap 4 Beta's You need to modify bootstrap-social to use a different approach. Bootstrap 4 Beta has a mixin called You can use my fork if interested until my pull request for BS 4 support at #162 is accepted and released: npm install niftylettuce/bootstrap-social#gh-pages or if you're using yarn: yarn add niftylettuce/bootstrap-social#gh-pages I've opened a pull request for adding Bootstrap 4 support. |
Hi folks, see http://niftylettuce.com/bootstrap-social/ for documentation for Bootstrap 4 Beta until my pull request is accepted. Thanks! Make sure you |
PR added #162 |
@niftylettuce u need update the live demo link in ur fork |
@Sylvert0 done, thx |
Hey, just wanted to bump this PR to see if it can be merged into a major release soon? |
B4 left beta in January 2018, now it's at 4.1. |
I've created a solution myself: It doesn't depend on Bootstrap in any way, so future proof! :) |
Per my findings here twbs/bootstrap#19877 and here #91, there are a few missing variables.
However I noted that the sizing of the buttons seems to be off still with V4, so if I use this package, and the above code, but exclude the class
btn-social
, it at least sets the colors for me.The text was updated successfully, but these errors were encountered: