How to use the @modular-css/processor/lib/relative.js function in @modular-css/processor

To help you get started, we’ve selected a few @modular-css/processor examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tivac / modular-css / packages / browserify / browserify.js View on Github external
const prefixed = (cwd, file) => {
    let out = relative(cwd, file);

    if(!prefixRegex.test(out)) {
        out = `./${out}`;
    }

    return out;
};

@modular-css/processor

A streamlined reinterpretation of CSS Modules

MIT
Latest version published 1 year ago

Package Health Score

60 / 100
Full package analysis