Bulma

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

Github stars Tracking Chart







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

Main metrics

Overview
Name With Ownerjgthms/bulma
Primary LanguageCSS
Program languageCSS (Language Count: 5)
Platform
License:MIT License
所有者活动
Created At2016-01-23 23:48:34
Pushed At2025-04-24 14:43:51
Last Commit At2024-03-06 03:07:30
Release Count66
Last Release Name1.0.4 (Posted on )
First Release Name0.0.1 (Posted on )
用户参与
Stargazers Count49.8k
Watchers Count582
Fork Count3.9k
Commits Count1.9k
Has Issues Enabled
Issues Count2707
Issue Open Count316
Pull Requests Count641
Pull Requests Open Count174
Pull Requests Close Count387
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.