mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -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
|
||||
variables:
|
||||
- name: $tag-background-color
|
||||
value: background
|
||||
value: $background
|
||||
- name: $tag-color
|
||||
value: text
|
||||
value: $text
|
||||
- name: $tag-radius
|
||||
value: $radius
|
||||
---
|
||||
|
||||
{% capture tag %}
|
||||
|
||||
Reference in New Issue
Block a user