In your terminal, create a new folder called mybulma
, navigate to it, then install the Sass gem:
With sass-cli
Use the Sass command line
1. Install Sass #
To try it out, run sass -v
and you should see the following:
2. Download Bulma #
Get the latest version of Bulma:
Unzip it and put the bulma-0.9.4
folder inside your mybulma
folder.
3. 创建一个 Sass 文件 #
创建一个 sass
文件夹用来添加一个叫做 mystyles.scss
的文件:
确保 bulma.sass
文件中的路径正确。
4. 创建一个 HTML 页面 #
创建一个使用 Bulma 组件的 HTML 模板。
保存文件为 mypage.html
。
注意 css/mystyles.css
路径是您的样式表。这时我们要用 Sass 生成的 CSS 文件的位置。
在您的浏览器内打开页面:
5. Build the CSS file #
In your terminal, type the following command:
Reload the page and it should be styled like this:
To watch for changes, just launch the following command:
6. 添加您自己的 Bulma 样式 #
用下面代码替换 mystyles.scss
文件内容:
由于您在监测修改,只需保存文件即可查看结果:
嗯,voilà!您可以安装和定制 Bulma 啦。
此页面为开放源码页面。
发现排版问题?或者表达模糊?
在 GitHub 改进该页内容