mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Add unitless type
This commit is contained in:
@@ -26,7 +26,7 @@ function plugin() {
|
||||
const variable = utils.parseLine(line);
|
||||
|
||||
if (variable != false) {
|
||||
const computed_data = utils.getComputedData(variable.value, variable.type, initial_variables, derived_variables);
|
||||
const computed_data = utils.getComputedData(variable.name, variable.value, variable.type, initial_variables, derived_variables);
|
||||
|
||||
if (Object.keys(computed_data).length > 0) {
|
||||
variable.computed_type = computed_data.computed_type;
|
||||
|
||||
Reference in New Issue
Block a user