UNPKG

@stylistic/stylelint-plugin

Version:
10 lines (8 loc) 199 B
/** * @param {import('postcss').Declaration} decl * @returns {string} */ export function getDeclarationValue (decl) { let raws = decl.raws return (raws.value && raws.value.raw) || decl.value }