Function: resolveModifierConvention()
ts
function resolveModifierConvention(input?): ModifierConvention;Defined in: packages/core/src/modifier.ts:132
Resolve a preset name or custom object into a fully-populated ModifierConvention (defaults filled in). No argument resolves to the DEFAULT_MODIFIER_CONVENTION (BEM).
Parameters
input?
Returns
Throws
If given an unknown preset name.