有没有准备好使用带前缀的 Bootstrap css 文件 [英] Is there any ready to use Bootstrap css file with prefix

查看:34
本文介绍了有没有准备好使用带前缀的 Bootstrap css 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有使用 Foundation 的网络应用程序.

我不擅长基础,我必须开发几个我想使用 Bootstrap 的页面,但我不想与其他公司的 css 混用.

所以我在寻找是否可以将所有引导程序包装在诸如 bootstrap 之类的类中.所以如果我想使用 bootsrap .我可以像

<table class="table">

我不知道 sass 等等.

是否可以从网上下载一些带有一些预定义前缀的 bootstrap css

解决方案

如果你不使用 SASS 或 LESS,你可以使用 http://www.css-prefix.com/

  1. 做一个简短的前缀(我的建议)
  2. 如果您使用空格,那么它将是一个父类.
  3. 粘贴 CSS 文件的编译版本
  4. 点击运行按钮

结果片段:

.tb.col-xs-1, .tb.col-sm-1, .tb.col-md-1, ...

I have web application which uses Foundation.

I am not good at foundation and i have to develop few pages where i want to use Bootstrap but i dont want to mix with other company css.

SO i was looking if i can wrap all bootsrap inside some class like bootstrap. so that if i want to use bootsrap . i can use like

<div class="bootstrap"> <table class="table">
</div>

I don't know sass and all that.

is it possible to download some bootstrap css from online with some pre defined prefix

解决方案

If you don't use SASS or LESS, you can use http://www.css-prefix.com/

  1. Make a short prefix (my recommendation)
  2. If you use a space, then it will be a parent class.
  3. Paste in the compiled version of the CSS file
  4. Click the run button

Result snippet:

.tb.col-xs-1, .tb.col-sm-1, .tb.col-md-1, ...

这篇关于有没有准备好使用带前缀的 Bootstrap css 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆