UNPKG

stylelint

Version:

A mighty CSS linter that helps you avoid errors and enforce conventions.

8 lines (7 loc) 175 B
/** * @param {import('postcss').AtRule} atRule * @returns {string} */ export default function getAtRuleParams(atRule) { return atRule.raws.params?.raw ?? atRule.params; }