mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
fix tag variables (#1056)
This commit is contained in:
committed by
Jeremy Thomas
parent
193f171916
commit
99ca21aa32
@@ -5,9 +5,11 @@ doc-tab: elements
|
|||||||
doc-subtab: tag
|
doc-subtab: tag
|
||||||
variables:
|
variables:
|
||||||
- name: $tag-background-color
|
- name: $tag-background-color
|
||||||
value: background
|
value: $background
|
||||||
- name: $tag-color
|
- name: $tag-color
|
||||||
value: text
|
value: $text
|
||||||
|
- name: $tag-radius
|
||||||
|
value: $radius
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture tag %}
|
{% capture tag %}
|
||||||
|
|||||||
Reference in New Issue
Block a user