UNPKG

stylelint-scss

Version:

A collection of SCSS-specific rules for Stylelint

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