UNPKG

stylelint

Version:
15 lines (11 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (decl) { // Declarations belong in a declaration block if (decl.parent.type === "root") { return false; } return true; };