UNPKG

stylelint-scss

Version:

A collection of SCSS-specific rules for Stylelint

12 lines (9 loc) 211 B
"use strict"; /** * @param {import('postcss').AtRule} atRule * @returns {string} */ function getAtRuleParams(atRule) { return atRule.raws.params?.raw ?? atRule.params; } module.exports = getAtRuleParams;