UNPKG

cssnano

Version:

A modular minifier, built on top of the PostCSS ecosystem.

11 lines (9 loc) 220 B
'use strict'; /** * Remove a node from the AST; wrapped method to use * in array iterators. * @param {node} node The node to remove */ module.exports = function removeSelf (node) { return node.removeSelf(); };