From 1a84fafd636633acffe55b844101c2f3de75984f Mon Sep 17 00:00:00 2001
From: Stefan Sommer @use keyword allows use to configure a module when loading it with our own variables:
--bulma-scheme-main-l100%11%--bulma-scheme-main-bis-l98%13%--bulma-scheme-main-ter-l98%15%--bulma-background-l96%14%--bulma-border-weak-l93%21%--bulma-border-l86%24%--bulma-text-weak-l48%53%--bulma-text-l29%71%--bulma-text-strong-l21%93%--bulma-text-title-l14%100%|
@@ -36,7 +42,7 @@
{% unless sass_var["value"] == "dv.$colors" %}
{% highlight sass %}${{ sass_var["name"] }}{% endhighlight %} |
- {% unless include.hide_css_vars %}
+ {% unless include.hide_css_vars or page.meta.hide_css_vars %}
{% highlight css %}var(--bulma-{{ sass_var["css-var"] }}){% endhighlight %} |
{% endunless %}
{% highlight css %}{{ sass_var["value"] }}{% endhighlight %} |
@@ -46,3 +52,35 @@
|
|---|
|
+
+
+ CSS Variable
+
+ |
+
+
+
+ Value
+
+ |
+
|---|---|
| {% highlight sass %}var(--bulma-{{ css_var["name"] }}){% endhighlight %} | +{% highlight css %}{{ css_var["value"] }}{% endhighlight %} | +