How @bem/sdk.naming.cell.match works?

node v8.17.0
version: 1.0.0
endpointsharetweet
const originNaming = require('@bem/sdk.naming.presets/origin'); const match = require('@bem/sdk.naming.cell.match')(originNaming); // Specify a file path to test the match() function. const path = 'common.blocks/my-block/_my-modifier/my-block_my-modifier.css'; match(path);
Loading…

no comments

    sign in to comment