UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

11 lines (8 loc) 224 B
'use strict'; // tooling const postcss = require('postcss'); const transform = require('./lib/transform'); // plugin module.exports = postcss.plugin('postcss-nesting', () => { return (root) => root.walk(transform); });