You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lion bcd5d1efca
修改
2 months ago
..
.idea 修改 2 months ago
LICENSE 修改 2 months ago
generic-names.iml 修改 2 months ago
index.d.ts 修改 2 months ago
index.js 修改 2 months ago
package.json 修改 2 months ago
readme.md 修改 2 months ago

readme.md

generic-names

Helper for building generic names, similar to webpack. Designed to be used with postcssmodulesscope.

Uses interpolateName from the webpack/loader-utils.

API

var genericNames = require('generic-names');
var generate = genericNames('[name]__[local]___[hash:base64:5]', {
  context: process.cwd()
});

generate('foo', '/case/source.css'); // 'source__foo___3mRq8'