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.
|
11 months ago | |
---|---|---|
.. | ||
LICENSE | 11 months ago | |
index.d.ts | 11 months ago | |
index.js | 11 months ago | |
package.json | 11 months ago | |
readme.md | 11 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'