UNPKG

stylelint

Version:

A mighty, modern CSS linter.

8 lines (6 loc) 197 B
/* @flow */ "use strict"; module.exports = function(node /*: postcss$node*/) /*: boolean*/ { const parentNode = node.parent; return parentNode.type === "root" && node === parentNode.first; };