How to use the postcss-less.stringify function in postcss-less

To help you get started, we’ve selected a few postcss-less 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 lesshint / lesshint / lib / linter.js View on Github external
parse (source) {
        return postcss([]).process(source, {
            from: this.fullPath,
            parser: postcssLess.parse,
            stringifier: postcssLess.stringify,
        });
    }

postcss-less

LESS parser for PostCSS

MIT
Latest version published 2 years ago

Package Health Score

73 / 100
Full package analysis