first commit
This commit is contained in:
13
node_modules/stylelint/lib/utils/getAtRuleParams.cjs
generated
vendored
Normal file
13
node_modules/stylelint/lib/utils/getAtRuleParams.cjs
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// NOTICE: This file is generated by Rollup. To modify it,
|
||||
// please instead edit the ESM counterpart and rebuild with Rollup (npm run build).
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* @param {import('postcss').AtRule} atRule
|
||||
* @returns {string}
|
||||
*/
|
||||
function getAtRuleParams(atRule) {
|
||||
return atRule.raws.params?.raw ?? atRule.params;
|
||||
}
|
||||
|
||||
module.exports = getAtRuleParams;
|
||||
Reference in New Issue
Block a user