mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
40 lines
917 B
HTML
40 lines
917 B
HTML
---
|
|
title: List of Bulma Sass variables
|
|
layout: docs
|
|
theme: customize
|
|
doc-tab: customize
|
|
doc-subtab: sass-list
|
|
breadcrumb:
|
|
- home
|
|
- documentation
|
|
- customize
|
|
- customize-sass-list
|
|
---
|
|
|
|
{% include docs/elements/anchor.html name="Initial variables" %}
|
|
|
|
<div class="content">Defined at <code>utilities/initial-variables.scss</code>.</div>
|
|
|
|
{%
|
|
include docs/components/variables.html
|
|
tab="utilities"
|
|
subtab="initial-variables"
|
|
hide_css_vars=true
|
|
%}
|
|
|
|
{% include docs/elements/anchor.html name="Derived variables" %}
|
|
|
|
<div class="content">Defined at <code>utilities/derived-variables.scss</code>.</div>
|
|
|
|
{%
|
|
include docs/components/variables.html
|
|
tab="utilities"
|
|
subtab="derived-variables"
|
|
hide_css_vars=true
|
|
%}
|
|
|
|
{% include docs/elements/anchor.html name="Component variables" %}
|
|
|
|
<div class="content">
|
|
For each Bulma component, the list of Sass variables is listed at the bottom of its page.
|
|
</div> |