📄 mergeValues.js
/home/palash/git/site/node_modules/postcss-merge-longhand/src/lib/mergeValues.js
Language: js • Lines: 5
'use strict';
const getValue = require('./getValue.js');

/** @type {(...rules: import('postcss').Declaration[]) => string} */
module.exports = (...rules) => rules.map(getValue).join(' ');