UNPKG

@stylistic/stylelint-plugin

Version:
10 lines (9 loc) 249 B
/** * Check whether the Node is processed by `postcss-styled-syntax`. * * @param {import('postcss').Node} node * @returns {boolean} */ export function isStyledSyntaxNode (node) { return node.parent?.raws.styledSyntaxRangeStart !== undefined }