Bulma

基于Flexbox的现代CSS框架。(A modern CSS framework based on Flexbox. )

Github星跟蹤圖

Bulma 是基于Flexbox的现代CSS框架。Bulma是一个CSS框架,因此,唯一的输出是单个CSS文件:bulma.css。Bulma是Bootstrap 之外的另一种选择。

您可以使用该文件,“开箱即用”,或者下载Sass源文件以自定义变量。
没有JavaScript包含。 人们通常希望使用自己的JS实现(通常已经有一个)。 Bulma可以被认为是“环境无关”:它只是逻辑层上的样式层。
浏览器支持
Bulma使用autoprefixer使(大多数)Flexbox功能与早期的浏览器版本兼容。 根据 Can I use,Bulma与以下浏览器最新版本兼容:
  • Chrome
  • Edge
  • Firefox
  • Opera
  • Safari
  • Internet Explorer(10+)仅部分支持。
快速安装

Bulma 处于早期但活跃的开发阶段! 现在试试吧:

NPM
npm install bulma    

或者

YARN
yarn add bulma    
Bower
bower install bulma    
CDN

https://cdnjs.com/libraries/bulma

主要指標

概覽
名稱與所有者jgthms/bulma
主編程語言CSS
編程語言CSS (語言數: 5)
平台
許可證MIT License
所有者活动
創建於2016-01-23 23:48:34
推送於2025-04-24 14:43:51
最后一次提交2024-03-06 03:07:30
發布數66
最新版本名稱1.0.4 (發布於 )
第一版名稱0.0.1 (發布於 )
用户参与
星數49.8k
關注者數582
派生數3.9k
提交數1.9k
已啟用問題?
問題數2707
打開的問題數316
拉請求數641
打開的拉請求數174
關閉的拉請求數387
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Bulma

Bulma is a modern CSS framework based on Flexbox.

npm
npm

Awesome
Join the chat at https://gitter.im/jgthms/bulma
Build Status

Quick install

Bulma is constantly in development! Try it out now:

NPM

npm install bulma

or

Yarn

yarn add bulma

Bower

bower install bulma

Import

After installation, you can import the CSS file into your project using this snippet:

import 'bulma/css/bulma.css'

CDN

https://www.jsdelivr.com/package/npm/bulma

Feel free to raise an issue or submit a pull request.

CSS only

Bulma is a CSS framework. As such, the sole output is a single CSS file: bulma.css

You can either use that file, "out of the box", or download the Sass source files to customize the variables.

There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Bulma can be considered "environment agnostic": it's just the style layer on top of the logic.

Browser Support

Bulma uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Bulma is compatible with recent versions of:

  • Chrome
  • Edge
  • Firefox
  • Opera
  • Safari

Internet Explorer (10+) is only partially supported.

Documentation

The documentation resides in the docs directory, and is built with the Ruby-based Jekyll tool.

Browse the online documentation here.

Code copyright 2020 Jeremy Thomas. Code released under the MIT license.