/** @type {import('stylelint').Config} */ export default { rules: { "no-descending-specificity": false } };