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 e3b960fcaa init 8 months ago
..
.idea init 8 months ago
LICENSE init 8 months ago
generic-names.iml init 8 months ago
index.d.ts init 8 months ago
index.js init 8 months ago
package.json init 8 months ago
readme.md init 8 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'