UNPKG

stylelint

Version:

A mighty, modern CSS linter.

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