app php01 790c53caa0 最后一版uniaiim il y a 4 mois
..
.idea 790c53caa0 最后一版uniaiim il y a 4 mois
LICENSE 790c53caa0 最后一版uniaiim il y a 4 mois
generic-names.iml 790c53caa0 最后一版uniaiim il y a 4 mois
index.d.ts 790c53caa0 最后一版uniaiim il y a 4 mois
index.js 790c53caa0 最后一版uniaiim il y a 4 mois
package.json 790c53caa0 最后一版uniaiim il y a 4 mois
readme.md 790c53caa0 最后一版uniaiim il y a 4 mois

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'