twitter-bootstrap Bootstrap 类的完整列表

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18772052/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 18:22:40  来源:igfitidea点击:

Complete list of Bootstrap Classes

twitter-bootstrap

提问by Tom Prats

Is there a complete list of the classes bootstrap uses anywhere? I keep breaking bootstrap things when I make my own independent of bootstrapclasses, so I'd like to eliminate that overlap

是否有引导程序在任何地方使用的类的完整列表?当我使自己独立于引导程序类时,我一直在破坏引导程序,所以我想消除这种重叠

采纳答案by BuDen

Here the list of classes from boostrap.min.css https://gist.github.com/geksilla/6543145

这里是 boostrap.min.css https://gist.github.com/geksilla/6543145中的类列表

回答by user2312341

Similar to the link above, except this link actually is a complete list of Boostrap 3 classes (656 unique classes) along with code on how you can easily generate your own complete list any time, for any frontend framework css file:

与上面的链接类似,除了此链接实际上是 Boostrap 3 类(656 个唯一类)的完整列表以及有关如何随时为任何前端框架 css 文件轻松生成自己的完整列表的代码:

https://gist.github.com/mrcybermac/9175466

https://gist.github.com/mrcybermac/9175466

回答by TeeJay

Someone might be looking for a list of Bootstrap 3 CSS classes with a simple description - I've written one as I couldn't find any, hope it helps.

有人可能正在寻找带有简单描述的 Bootstrap 3 CSS 类列表 - 我写了一个,因为我找不到任何,希望它有所帮助。

List of Bootstrap 3 CSS classes with description

带有描述的 Bootstrap 3 CSS 类列表

回答by abdul

Blog sub domain have been removed

博客子域已被删除

Archive link: a complete reference library of bootstrap classes

存档链接:一个完整的引导类参​​考库

回答by JacobLett

Here is a Bootstrap CSS classes desk reference pdf and a sortable table with descriptions to help sort through the list. You can find it here.

这是一个 Bootstrap CSS classes 桌面参考 pdf 和一个带有描述的可排序表格,以帮助对列表进行排序。你可以在这里找到它。

Version 4 update:https://bootstrapcreative.com/resources/bootstrap-4-css-classes-index/

版本 4 更新:https : //bootstrapcreative.com/resources/bootstrap-4-css-classes-index/

https://bootstrapcreative.com/resources/bootstrap-3-css-classes-index/

https://bootstrapcreative.com/resources/bootstrap-3-css-classes-index/

Bootstrap 3 Classes Cheat Sheet

Bootstrap 3 类备忘单

回答by matt

I used nodejs to accomplish this, at https://gist.github.com/moorage/9965839

我使用 nodejs 来完成这个,在https://gist.github.com/moorage/9965839