UNPKG

ec0lint-style

Version:

CSS linter for reducing digital footprint with ec0lint.

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