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.
 
 
 
 
 
396316021 2632b010f6 依赖 5 months ago
..
.idea 依赖 5 months ago
LICENSE 依赖 5 months ago
generic-names.iml 依赖 5 months ago
index.d.ts 依赖 5 months ago
index.js 依赖 5 months ago
package.json 依赖 5 months ago
readme.md 依赖 5 months ago

readme.md

generic-names

Helper for building generic names, similar to webpack. Designed to be used with postcss‑modules‑scope.

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'