NBR-hugh / freecodecamp-practice

Practice everyday
0 stars 0 forks source link

如何添加框架或是命令集? #10

Open NBR-hugh opened 8 years ago

NBR-hugh commented 8 years ago

在制作媒体图标外部链接时,想使用这个命令集: Social Buttons for Bootstrap

网站中的使用说明是:

How to use

  1. Include Bootstrap and Font Awesome.If you haven't done that already, include the latest Bootstrap and Font Awesome in your project.
  2. Include the CSS or Less.You have two options for enabling the social buttons in your project: vanilla CSS or source Less. For vanilla CSS, just include the bootstrap-social.css file into your project.For Less, copy the bootstrap-social.less into your existing Bootstrap directory and import it into bootstrap.less via @import "bootstrap-social.less";. Recompile when ready.

说是要include the bootstrap-social.css file into your project.For Less, copy the bootstrap-social. 我根据提示在codepen的setting>add extral CSS 中添加框架网址是: http://codepen.io/NBR-hugh/pen/rroppb/bootstrap-social.css 但是无法使用,请问应该如何添加框架或是命令集?