Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Use another preset as default via 'presets' option

node v10.24.1
version: 1.0.0
endpointsharetweet
const myNamingOptions = { preset: 'two-dashes', // Redefine default preset. If not specified 'origin' preset will be used as default. delims: { mod: { val: '=' } } }; const myNaming = require('@bem/sdk.naming.presets/create')(myNamingOptions);
Parse a BEM entity name to test created preset.
const parse = require('@bem/sdk.naming.entity.parse')(myNaming); parse('my-block--my-modifier=some-value');
Loading…

no comments

    sign in to comment